summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-11-22 09:27:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-22 10:00:08 +0100
commit3b86ce77e1400ba2024a5c6661b68ede669416d5 (patch)
treef9099a4c6afb6fb801d0f426436b8b9d56430b02 /starmath
parent9cd34d4b2fceb66c3aa22bec5286323cd1070edc (diff)
Typo apropiate->appropriate (starmath)
Change-Id: I2c767c41bc321115023af38238df15d30f512a40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106338 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/starmathdatabase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/inc/starmathdatabase.hxx b/starmath/inc/starmathdatabase.hxx
index 87e1f7cbbf2b..fcd0f6cd8c06 100644
--- a/starmath/inc/starmathdatabase.hxx
+++ b/starmath/inc/starmathdatabase.hxx
@@ -207,7 +207,7 @@ extern const SmColorTokenTableEntry aColorTokenTableDVIPSNAMES[5];
* Identifies from char cChar
*
* While loading MO or MI elements might find an unicode16 symbol.
- * This code allows to generate apropiate token for them.
+ * This code allows to generate appropriate token for them.
*
* @param cChar
* @return closing fences' token
@@ -219,7 +219,7 @@ SmToken Identify_SmXMLOperatorContext_Impl(sal_Unicode cChar, bool bIsStretchy =
* Identifies from char cChar
*
* While loading MO fenced elements might find braces symbols.
- * This code allows to generate apropiate token for them.
+ * This code allows to generate appropriate token for them.
*
* @param cChar
* @return closing fences' token
@@ -231,7 +231,7 @@ SmToken Identify_PrefixPostfix_SmXMLOperatorContext_Impl(sal_Unicode cChar);
* Identifies from char cChar
*
* While loading MO elements ( with prefix value for form attribute ) might find braces symbols.
- * This code allows to generate apropiate token for them.
+ * This code allows to generate appropriate token for them.
*
* @param cChar
* @return closing fences' token
@@ -243,7 +243,7 @@ SmToken Identify_Prefix_SmXMLOperatorContext_Impl(sal_Unicode cChar);
* Identifies from char cChar
*
* While loading MO elements ( with postfix value for form attribute ) might find braces symbols.
- * This code allows to generate apropiate token for them.
+ * This code allows to generate appropriate token for them.
*
* @param cChar
* @return closing fences' token