Kaydet (Commit) f00fce5b authored tarafından Julien Nabet's avatar Julien Nabet

Typo: containted->contained

Change-Id: I678c35ca2007169a38529b36fd31367bac4ed481
üst b98ac707
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
<xsl:copy-of select="$documentLinks/styles-file/*/office:styles" /> <xsl:copy-of select="$documentLinks/styles-file/*/office:styles" />
<xsl:copy-of select="$documentLinks/styles-file/*/office:font-face-decls" /> <xsl:copy-of select="$documentLinks/styles-file/*/office:font-face-decls" />
<!-- office:automatic-styles may be containted in two files (i.e. content.xml and styles.xml). <!-- office:automatic-styles may be contained in two files (i.e. content.xml and styles.xml).
Wild card necessary as top level element differs from flat office files ("SampleName.fsxw") --> Wild card necessary as top level element differs from flat office files ("SampleName.fsxw") -->
<xsl:copy-of select="/*/office:automatic-styles" /> <xsl:copy-of select="/*/office:automatic-styles" />
......
...@@ -97,7 +97,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes() ...@@ -97,7 +97,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes()
} }
} }
//! Extracts Basic Codes containted in <bascode> tags. //! Extracts Basic Codes contained in <bascode> tags.
/*! /*!
* For each <bascode> this method iterates through it's <paragraph> tags and "inserts" <item> tags according * For each <bascode> this method iterates through it's <paragraph> tags and "inserts" <item> tags according
* to the Basic code syntax found in that paragraph. * to the Basic code syntax found in that paragraph.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment