summaryrefslogtreecommitdiff
path: root/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-07-08 05:48:18 +0000
commit799cc41b53a59c543408fa5370e107c2c57a2904 (patch)
tree790ed9324cea1b9a2f54955a0497cab55c617128 /filter/source/xslt/import/wordml/wordml2ooo_path.xsl
parentff669d1c7f692052534d1136d1ff4220433f8542 (diff)
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/xslt/import/wordml/wordml2ooo_path.xsl')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_path.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index ec2edea76a95..10c189fd243c 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -697,7 +697,7 @@
<xsl:when test="$command = 't' ">
<!-- relative moveto -->
<xsl:variable name="new-enhanced-path" select="concat($enhanced-path ,' M ' ) "/>
- <!--####maybe this is not crect because t r and v hasn't direct image in enhaced-path-->
+ <!--####maybe this is not created because t r and v haven't direct image in enhanced-path-->
<xsl:variable name="num-and-pos">
<xsl:call-template name="get-number-after">
<xsl:with-param name="vml-path" select="$vml-path"/>
@@ -716,7 +716,7 @@
</xsl:when>
<xsl:when test="$command = 'r' ">
<!-- relative lineto -->
- <!--####maybe this is not crect because 't' 'r' and 'v' hasn't direct image in enhaced-path-->
+ <!--####maybe this is not created because 't' 'r' and 'v' haven't direct image in enhanced-path-->
<!-- 'l' command is not supported currently, so we use 'L' -->
<xsl:message>'l' command is not supported currently, so we use 'L'. This may case problem.</xsl:message>
<xsl:variable name="new-enhanced-path" select="concat($enhanced-path ,' L ' ) "/>
@@ -742,7 +742,7 @@
</xsl:when>
<xsl:when test="$command = 'v' ">
<!-- relative curveto -->
- <!--####maybe this is not crect because 't' 'r' and 'v' hasn't direct image in enhaced-path-->
+ <!--####maybe this is not created because 't' 'r' and 'v' haven't direct image in enhanced-path-->
<xsl:variable name="new-enhanced-path" select="concat($enhanced-path ,' C ' ) "/>
<!--<xsl:variable name="control-and-pos">
<xsl:call-template name="get-number-after">