scaddins/source/datefunc/datefunc.cxx      |    2 +-
 sw/qa/extras/layout/layout.cxx             |    2 +-
 sw/qa/extras/ooxmlexport/ooxmlexport17.cxx |    2 +-
 tools/qa/cppunit/test_color.cxx            |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0ce6e166a46565b1f4abd237d4b67f646a465c63
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Nov 30 21:59:42 2021 +0100
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Wed Dec 1 06:03:13 2021 +0100

    Fix typos
    
    Change-Id: I5e41be3f7e650db0019bcd42a3c1c2cb3bc5dd0e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126155
    Tested-by: Adolfo Jayme Barrientos <[email protected]>
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/scaddins/source/datefunc/datefunc.cxx 
b/scaddins/source/datefunc/datefunc.cxx
index fc6ecff83791..392b1981bb31 100644
--- a/scaddins/source/datefunc/datefunc.cxx
+++ b/scaddins/source/datefunc/datefunc.cxx
@@ -450,7 +450,7 @@ sal_Int32 GetNullDate( const uno::Reference< 
beans::XPropertySet >& xOptions )
  * mode 1 calculates the difference by week adhering to ISO8601.
  *
  * The International Standard IS-8601 states that Monday is the first
- * day of the week. The Gregorian Calender is used for all dates,
+ * day of the week. The Gregorian Calendar is used for all dates,
  * proleptic in case of dates before 1582-10-15.
  *
  * The (consecutive) week number of a date is
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 3ef61970f5ae..c7812a5ae996 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -3737,7 +3737,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, 
testTdf54465_ColumnsWithFootnoteDoNotOccupy
 {
     // Old odt files should keep their original layout, as it was before 
Tdf139336 fix.
     // The new odt file is only 1 page long, while the old odt file (with the 
same content)
-    // was more then 1 page long.
+    // was more than 1 page long.
     // Note: Somewhy this test miscalculates the layout of the old odt file.
     // It will be 4 pages long, while opened in Writer it is 5 pages long.
     SwDoc* pDoc
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
index ea6b62e5e8e0..39f21b03e62d 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport17.cxx
@@ -69,7 +69,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf137466, "tdf137466.docx")
 {
     xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml");
     if (!pXmlDoc)
-       return; // initial import, no futher checks
+       return; // initial import, no further checks
 
     // Ensure that we have <w:placeholder><w:docPart 
v:val="xxxx"/></w:placeholder>
     OUString sDocPart = getXPath(pXmlDoc, 
"/w:document/w:body/w:sdt/w:sdtPr/w:placeholder/w:docPart", "val");
diff --git a/tools/qa/cppunit/test_color.cxx b/tools/qa/cppunit/test_color.cxx
index 3dd4225cb20f..02f23fb3b81d 100644
--- a/tools/qa/cppunit/test_color.cxx
+++ b/tools/qa/cppunit/test_color.cxx
@@ -170,7 +170,7 @@ void Test::test_ApplyLumModOff()
     // Kind of blue.
     Color aColor(0x44, 0x72, 0xC4);
 
-    // PowerPoint calls this "Ligher 40%".
+    // PowerPoint calls this "Lighter 40%".
     aColor.ApplyLumModOff(6000, 4000);
 
     CPPUNIT_ASSERT_EQUAL(OUString("8faadc"), aColor.AsRGBHexString());

Reply via email to