Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed May 25, 2023
1 parent a394b17 commit e74d045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docx/to/mml2omml.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<xsl:template mode="mml"
match="mml:mi[not(child::mml:mglyph)] | mml:mn[not(child::mml:mglyph)] | mml:mo[not(child::mml:mglyph)] | mml:ms[not(child::mml:mglyph)] | mml:mtext[not(child::mml:mglyph)]">

<!-- tokens with mglyphs as children are tranformed
<!-- tokens with mglyphs as children are transformed
in a different manner than "normal" token elements.
Where normal token elements are token elements that
contain only text -->
Expand Down
2 changes: 1 addition & 1 deletion docx/tools/build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<project basedir="." name="fix template styles">
<!-- ANT script to prepare and clean up a template for the DOCX transformation
to be used for creating a DOCX target file tranformed from a TEI XML document.
to be used for creating a DOCX target file transformed from a TEI XML document.
-->

<!-- define the the saxon transformer or place it in the ant lib directory -->
Expand Down

0 comments on commit e74d045

Please sign in to comment.