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_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));

View file

@ -18,7 +18,7 @@
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.
*/
class GraphicSizeViolation final

View file

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

View file

@ -17,7 +17,7 @@
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.
*/
class GraphicSizeViolation final