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>
This commit is contained in:
Andrea Gelmini
2022-01-11 21:05:52 +01:00
committed by Julien Nabet
parent ab6369c626
commit dc35df15c5
4 changed files with 4 additions and 4 deletions

View File

@@ -915,7 +915,7 @@ void TestLanguageTag::testLanguagesWithoutHyphenation()
CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_IRAQ)); CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_IRAQ));
CPPUNIT_ASSERT(!MsLangId::usesHyphenation(LANGUAGE_KURDISH_ARABIC_LSO)); 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_SYRIA));
CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_TURKEY)); CPPUNIT_ASSERT(MsLangId::usesHyphenation(LANGUAGE_USER_KURDISH_TURKEY));

View File

@@ -18,7 +18,7 @@
namespace sd namespace sd
{ {
/** /**
* Class resposible to check if a graphic object violates the size * Class responsible to check if a graphic object violates the size
* constraints and store the results. * constraints and store the results.
*/ */
class GraphicSizeViolation final class GraphicSizeViolation final

View File

@@ -25,7 +25,7 @@ namespace sd
namespace namespace
{ {
/** /**
* Intefece for the visitor class, which handles each visited SdrObject * Interface for the visitor class, which handles each visited SdrObject
* in the DOM. * in the DOM.
*/ */
class ModelTraverseHandler class ModelTraverseHandler

View File

@@ -17,7 +17,7 @@
namespace sw namespace sw
{ {
/** /**
* Class resposible to check if a graphic object violates the size * Class responsible to check if a graphic object violates the size
* constraints and store the results. * constraints and store the results.
*/ */
class GraphicSizeViolation final class GraphicSizeViolation final