filter/source/xslt/import/wordml/wordml2ooo_path.xsl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 84f606534911305f9612a4aa85716e9c678312cb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:45 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 2 21:14:10 2019 +0200

    Fix typo
    
    Change-Id: I21ca20fcdcf01575bf0d9c8820233674381ff1dd
    Reviewed-on: https://gerrit.libreoffice.org/73338
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index 65e79be154ef..7f2625672b08 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -1000,7 +1000,7 @@
                 </xsl:call-template>
             </xsl:when>
             <xsl:when test="$command = 'al' ">
-                <!-- ae command plus a implicitly moveto startpoint-->
+                <!-- ae command plus an implicitly moveto startpoint-->
                 <xsl:variable name="new-enhanced-path" 
select="concat($enhanced-path ,' U ' ) "/>
                 <xsl:variable name="num-and-pos">
                     <xsl:call-template name="get-number-after">
@@ -1038,7 +1038,7 @@
                 </xsl:call-template>
             </xsl:when>
             <xsl:when test="$command = 'ar' ">
-                <!-- at command plus a implicitly moveto startpoint-->
+                <!-- at command plus an implicitly moveto startpoint-->
                 <xsl:variable name="new-enhanced-path" 
select="concat($enhanced-path ,' B ' ) "/>
                 <xsl:variable name="num-and-pos">
                     <xsl:call-template name="get-number-after">
@@ -1076,7 +1076,7 @@
                 </xsl:call-template>
             </xsl:when>
             <xsl:when test="$command = 'wr' ">
-                <!-- wa command plus a implicitly moveto startpoint-->
+                <!-- wa command plus an implicitly moveto startpoint-->
                 <xsl:variable name="new-enhanced-path" 
select="concat($enhanced-path ,' V ' ) "/>
                 <xsl:variable name="num-and-pos">
                     <xsl:call-template name="get-number-after">
@@ -1434,7 +1434,7 @@
                         </xsl:call-template>
                     </xsl:when>
                     <xsl:when test="string-length(translate($curr-char ,  '+-' 
,'') ) = 0  and string-length($number) &gt; 0">
-                        <!-- finsh it with +/- -->
+                        <!-- finish it with +/- -->
                         <xsl:call-template name="format-number-pos">
                             <xsl:with-param name="number" select="$number"/>
                             <xsl:with-param name="position" 
select="$position"/>
@@ -1460,7 +1460,7 @@
                 <xsl:variable name="curr-char" select="substring($vml-path, 
$position , 1)"/>
                 <xsl:choose>
                     <xsl:when test="string-length(translate($curr-char ,  
'mlcxetrvnfsawqyb' ,'')) = 0 ">
-                        <!-- "MmZzLlHhVvCcSsQqTtAa" are all possiable  command 
chars -->
+                        <!-- "MmZzLlHhVvCcSsQqTtAa" are all possible  command 
chars -->
                         <xsl:value-of select="concat( $curr-char , ':'  , 
$position +1)"/>
                     </xsl:when>
                     <xsl:when test="string-length(translate($curr-char ,  
'+-.0123456789@' ,'')) = 0 ">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to