diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-01-11 21:05:52 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-01-12 08:08:59 +0100 |
commit | dc35df15c5d125ff0caf82e9e7c99695d7cd7dfc (patch) | |
tree | c050d22e5ff977f3664cddee607ac015d9a0c5b8 /i18nlangtag | |
parent | ab6369c626a249b9ce9e92c04a4f59f91bed2dd6 (diff) |
Fix typos
Change-Id: Ib132f2582fce1fb62755926d3f55987ea474ec74
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128297
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'i18nlangtag')
-rw-r--r-- | i18nlangtag/qa/cppunit/test_languagetag.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/qa/cppunit/test_languagetag.cxx b/i18nlangtag/qa/cppunit/test_languagetag.cxx index d9f7563a635b..16a2ee20d37f 100644 --- a/i18nlangtag/qa/cppunit/test_languagetag.cxx +++ b/i18nlangtag/qa/cppunit/test_languagetag.cxx @@ -915,7 +915,7 @@ void TestLanguageTag::testLanguagesWithoutHyphenation() CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_IRAQ)); CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_LSO)); - // Northern Kurdish (Kurmanji) -> uses Latin scrit, has hyphenation + // Northern Kurdish (Kurmanji) -> uses Latin script, has hyphenation CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_SYRIA)); CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_TURKEY)); |