[Libreoffice-commits] core.git: starmath/inc

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 22 09:00:47 UTC 2020


 starmath/inc/starmathdatabase.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 3b86ce77e1400ba2024a5c6661b68ede669416d5
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Nov 22 09:27:25 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Nov 22 10:00:08 2020 +0100

    Typo apropiate->appropriate (starmath)
    
    Change-Id: I2c767c41bc321115023af38238df15d30f512a40
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106338
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Andrea Gelmini <andrea.gelmini at gelma.net>

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


More information about the Libreoffice-commits mailing list