sw/qa/core/text/text.cxx            |    2 +-
 sw/qa/extras/uiwriter/uiwriter8.cxx |    2 +-
 sw/qa/uitest/navigator/tdf159428.py |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a9802e255a8d56b1ef9f5c071ac8cf9598db5409
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Feb 5 13:14:54 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Feb 5 18:32:50 2024 +0100

    Fix typos
    
    Change-Id: Ia2a3100f07b45dba214a7f534d6adb54b2ceaa89
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163000
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/qa/core/text/text.cxx b/sw/qa/core/text/text.cxx
index 690fc333afb5..74e2bcdbb433 100644
--- a/sw/qa/core/text/text.cxx
+++ b/sw/qa/core/text/text.cxx
@@ -1532,7 +1532,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf129810)
     std::shared_ptr<GDIMetaFile> xMetaFile = pShell->GetPreviewMetaFile();
     CPPUNIT_ASSERT(xMetaFile);
 
-    // Find the fist text array action
+    // Find the first text array action
     for (size_t nAction = 0; nAction < xMetaFile->GetActionSize(); nAction++)
     {
         auto pAction = xMetaFile->GetAction(nAction);
diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx 
b/sw/qa/extras/uiwriter/uiwriter8.cxx
index ecf8e2f9bf80..269937141682 100644
--- a/sw/qa/extras/uiwriter/uiwriter8.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter8.cxx
@@ -503,7 +503,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf141391)
                 
"/root/page[1]/body/tab/row[2]/cell[1]/txt[1]/SwParaPortion/SwLineLayout"_ostr,
                 "portion"_ostr, "Some text...");
 
-    // copy the 2-row table into the fist paragraph of cell "A2",
+    // copy the 2-row table into the first paragraph of cell "A2",
     // but not at paragraph start (changed behaviour)
 
     pWrtShell->Left(SwCursorSkipMode::Chars, /*bSelect=*/false, 1, 
/*bBasicCall=*/false);
diff --git a/sw/qa/uitest/navigator/tdf159428.py 
b/sw/qa/uitest/navigator/tdf159428.py
index 3a8634a57629..0ad3cd0354d5 100644
--- a/sw/qa/uitest/navigator/tdf159428.py
+++ b/sw/qa/uitest/navigator/tdf159428.py
@@ -25,7 +25,7 @@ class tdf159428(UITestCase):
             xNavigatorPanel = 
self.ui_test.wait_until_child_is_available('NavigatorPanel')
             xContentTree = xNavigatorPanel.getChild("contenttree")
 
-            # select fist bookmark - Heading "H1" should be tracked
+            # select first bookmark - Heading "H1" should be tracked
             self.xUITest.executeCommand(".uno:GoToNextPara")
             self.xUITest.executeCommand(".uno:GoToNextPara")
             xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": 
"111", "END_POS": "119"}))

Reply via email to