From dc35df15c5d125ff0caf82e9e7c99695d7cd7dfc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 11 Jan 2022 21:05:52 +0100 Subject: [PATCH] Fix typos Change-Id: Ib132f2582fce1fb62755926d3f55987ea474ec74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128297 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- i18nlangtag/qa/cppunit/test_languagetag.cxx | 2 +- sd/source/ui/inc/tools/GraphicSizeCheck.hxx | 2 +- sd/source/ui/tools/GraphicSizeCheck.cxx | 2 +- sw/source/core/inc/GraphicSizeCheck.hxx | 2 +- 4 files changed, 4 insertions(+), 4 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)); diff --git a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx index 1b0c4ff39559..ea0faf0178d0 100644 --- a/sd/source/ui/inc/tools/GraphicSizeCheck.hxx +++ b/sd/source/ui/inc/tools/GraphicSizeCheck.hxx @@ -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 diff --git a/sd/source/ui/tools/GraphicSizeCheck.cxx b/sd/source/ui/tools/GraphicSizeCheck.cxx index 14a5b02d4484..ae15769e80c0 100644 --- a/sd/source/ui/tools/GraphicSizeCheck.cxx +++ b/sd/source/ui/tools/GraphicSizeCheck.cxx @@ -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 diff --git a/sw/source/core/inc/GraphicSizeCheck.hxx b/sw/source/core/inc/GraphicSizeCheck.hxx index d5ae42084566..a0aea8a9e524 100644 --- a/sw/source/core/inc/GraphicSizeCheck.hxx +++ b/sw/source/core/inc/GraphicSizeCheck.hxx @@ -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