summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2017-12-11 19:14:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-12-11 22:51:01 +0100
commit7d202623b007979d9d0f93f6cd62c3c031d6d1d4 (patch)
tree128cea74baff83fb24b3d65dc2a54c2d749c3572 /filter/source/xslt
parent4094f9baf62a426b24f497c86d6a96ccfcb22ad1 (diff)
Fix typos and grammar
Change-Id: I4143da3c5a809118d57849664f6ab1d2e775837f Reviewed-on: https://gerrit.libreoffice.org/46253 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_draw.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index a2ba7fe34e03..6762333ee17b 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1868,7 +1868,7 @@
<xsl:variable name="value2" select="substring-after($tmp,' ')"/>
<xsl:value-of select="concat( 'atan' , '( ' , $value2, '/' , $value1 , ')' )"/>
</xsl:when><- -->
- <!-- ellipse and sumangle are always used by arc commans like this
+ <!-- ellipse and sumangle are always used by arc command like this
eqn="ellipse @24 @4 height" ; and eqn="sumangle @2 360 0"
mod is always used too.-->
<!--mod =sqrt( v*v + P1×P1 + P2×P2). ( 3 parameters )-->