diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-22 10:01:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-22 21:05:03 +0100 |
commit | 528af529decf3ef28507ce4eaf26759547cb021d (patch) | |
tree | a8dd1e320e15df10059a4b89bd2c96b0400896ca /starmath | |
parent | ccec42fa987a8bf946d3e8384143e23d1facce6c (diff) |
Fix typos
Change-Id: I89ffb8e99aef3e71f723d25a757a26520dcdf71a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106337
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/starmathdatabase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/starmathdatabase.hxx b/starmath/inc/starmathdatabase.hxx index fcd0f6cd8c06..7841810aeb08 100644 --- a/starmath/inc/starmathdatabase.hxx +++ b/starmath/inc/starmathdatabase.hxx @@ -307,7 +307,7 @@ std::unique_ptr<SmColorTokenTableEntry> Identify_ColorName_Parser(const OUString * * This finds color values for the color names loaded by mathmlimport. * In theory mathml only supports HTML4 colors, but most browsers support all HTML5 colors. - * Thats why there is a hight risk of finding them inside mathml and have to give support. + * That's why there is an high risk of finding them inside mathml and have to give support. * * @param cColor * @param parser color |