summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-10-10 14:11:21 +0200
committerAndras Timar <andras.timar@collabora.com>2014-10-10 14:55:12 +0200
commitc1a7e72110e48fa5d7ca38af2d36505b647a11e4 (patch)
treebc34304b5d1f3af5656581ba995270545a2905c2 /filter/source/xslt
parent8541943b8d08f62217e99c9d47a5f222e1fba86e (diff)
typo: follwing -> following
Change-Id: Ia201473c84dc0923e8f4bee6329ad926cd6addd6
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_draw.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl b/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
index f1d17b9ca29f..160e76982f46 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_draw.xsl
@@ -320,7 +320,7 @@
</xsl:call-template>
</xsl:variable>
<xsl:choose>
- <!-- if we got to the last node, return it directly, or return the max window of current one and follwing ones -->
+ <!-- if we got to the last node, return it directly, or return the max window of current one and following ones -->
<xsl:when test="$CurrPos = count($nodeSet)">
<xsl:value-of select="$CurrNodeWindow"/>
</xsl:when>