[Libreoffice-commits] core.git: schema/mathml2

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 28 07:51:58 UTC 2018


 schema/mathml2/presentation/common-attribs.xsd |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 598f2ee618a2bb14a13630168dd82601e2c8f69f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Sep 26 18:04:06 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Sep 28 09:51:33 2018 +0200

    Fix dictionnary -> dictionary
    
    It passed "make check" on Linux.
    
    Change-Id: I893b7873f3a7d3f43bf742f2ee126524310dfafb
    Reviewed-on: https://gerrit.libreoffice.org/61029
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/schema/mathml2/presentation/common-attribs.xsd b/schema/mathml2/presentation/common-attribs.xsd
index 2dff7e33a0e1..3e9432c7b1ed 100644
--- a/schema/mathml2/presentation/common-attribs.xsd
+++ b/schema/mathml2/presentation/common-attribs.xsd
@@ -66,31 +66,31 @@
         </xs:restriction>
       </xs:simpleType>
    </xs:attribute>
-   <!-- set by dictionnary, else it is "thickmathspace" -->
+   <!-- set by dictionary, else it is "thickmathspace" -->
    <xs:attribute name="lspace">
       <xs:simpleType>
          <xs:union memberTypes="length-with-unit named-space"/>
       </xs:simpleType>
-   </xs:attribute>    
-   <!-- set by dictionnary, else it is "thickmathspace" -->
+   </xs:attribute>
+   <!-- set by dictionary, else it is "thickmathspace" -->
    <xs:attribute name="rspace">
       <xs:simpleType>
          <xs:union memberTypes="length-with-unit named-space"/>
       </xs:simpleType>
    </xs:attribute>
-   <!-- set by dictionnary, else it is "false" -->
+   <!-- set by dictionary, else it is "false" -->
    <xs:attribute name="fence" type="xs:boolean"/>
-   <!-- set by dictionnary, else it is "false" -->
+   <!-- set by dictionary, else it is "false" -->
    <xs:attribute name="separator" type="xs:boolean"/>
-   <!-- set by dictionnary, else it is "false" -->
+   <!-- set by dictionary, else it is "false" -->
    <xs:attribute name="stretchy" type="xs:boolean"/>
-   <!-- set by dictionnary, else it is "true" -->
+   <!-- set by dictionary, else it is "true" -->
    <xs:attribute name="symmetric" type="xs:boolean"/>
-   <!-- set by dictionnary, else it is "false" -->
+   <!-- set by dictionary, else it is "false" -->
    <xs:attribute name="movablelimits" type="xs:boolean"/>
-   <!-- set by dictionnary, else it is "false" -->
+   <!-- set by dictionary, else it is "false" -->
    <xs:attribute name="accent" type="xs:boolean"/>
-   <!-- set by dictionnary, else it is "false" -->
+   <!-- set by dictionary, else it is "false" -->
    <xs:attribute name="largeop" type="xs:boolean"/>
    <xs:attribute name="minsize">
       <xs:simpleType>


More information about the Libreoffice-commits mailing list