diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-26 18:04:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-28 09:51:33 +0200 |
commit | 598f2ee618a2bb14a13630168dd82601e2c8f69f (patch) | |
tree | 3b12e1334cf887eb018ad926beea1c5bf85d7308 /schema | |
parent | 81cf79d1af42fc9fb1f5500bcc3f55cce1548bab (diff) |
Fix dictionnary -> dictionary
It passed "make check" on Linux.
Change-Id: I893b7873f3a7d3f43bf742f2ee126524310dfafb
Reviewed-on: https://gerrit.libreoffice.org/61029
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/mathml2/presentation/common-attribs.xsd | 20 |
1 files changed, 10 insertions, 10 deletions
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> |