diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-03 22:58:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-04 09:11:19 +0200 |
commit | 3466475d09fe72c8eeaca3122d1790b3fe7b6822 (patch) | |
tree | 42fae62e26b3734a480cec00c1d0c39203708487 /schema | |
parent | 5d516b4cd60dc8a1749f4cba1b6ab2f5ef995fc9 (diff) |
Fix typos
Change-Id: I5ffa6366875d29c8a8bc8273057205c221e04a64
Reviewed-on: https://gerrit.libreoffice.org/58581
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/mathml2/content/calculus.xsd | 2 | ||||
-rw-r--r-- | schema/mathml2/content/constants.xsd | 2 | ||||
-rw-r--r-- | schema/mathml2/content/vector-calculus.xsd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/schema/mathml2/content/calculus.xsd b/schema/mathml2/content/calculus.xsd index 1b8fdb0e0305..abc057a8fec5 100644 --- a/schema/mathml2/content/calculus.xsd +++ b/schema/mathml2/content/calculus.xsd @@ -9,7 +9,7 @@ <xs:annotation> <xs:documentation> - This is an XML Schema module for the calculs operators of content + This is an XML Schema module for the calculus operators of content MathML. Author: Stéphane Dalmas, INRIA. </xs:documentation> diff --git a/schema/mathml2/content/constants.xsd b/schema/mathml2/content/constants.xsd index a22548e26946..fc9cf8cdc029 100644 --- a/schema/mathml2/content/constants.xsd +++ b/schema/mathml2/content/constants.xsd @@ -44,7 +44,7 @@ <xs:element name="true" type="Constant.type"/> <xs:element name="false" type="Constant.type"/> -<!-- Infinty --> +<!-- Infinity --> <xs:element name="infinity" type="Constant.type"/> diff --git a/schema/mathml2/content/vector-calculus.xsd b/schema/mathml2/content/vector-calculus.xsd index 3e5dd9ce2244..12b0f85fd912 100644 --- a/schema/mathml2/content/vector-calculus.xsd +++ b/schema/mathml2/content/vector-calculus.xsd @@ -9,7 +9,7 @@ <xs:annotation> <xs:documentation> - This is an XML Schema module for the vector calculs operators of content + This is an XML Schema module for the vector calculus operators of content MathML. Author: Stéphane Dalmas, INRIA. </xs:documentation> |