sfx2/qa/cppunit/doc.cxx                 |    2 +-
 sfx2/source/control/unoctitm.cxx        |    2 +-
 sw/qa/uibase/uno/uno.cxx                |    2 +-
 sw/qa/uitest/writer_tests7/tdf145093.py |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit bf3562cf38c2dd7776a160ee8259a6fb97c0e7ba
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Dec 22 11:32:11 2022 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Thu Dec 22 15:54:50 2022 +0000

    Fix typo
    
    "an other" -> "another"
    
    Change-Id: Id0a2b8f99fd4f87e94e65570ebc75bfdf0d205ab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143597
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/sfx2/qa/cppunit/doc.cxx b/sfx2/qa/cppunit/doc.cxx
index d7538925113e..902ac48646e5 100644
--- a/sfx2/qa/cppunit/doc.cxx
+++ b/sfx2/qa/cppunit/doc.cxx
@@ -92,7 +92,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTempFilePath)
 
 CPPUNIT_TEST_FIXTURE(Test, testSetDocumentPropertiesUpdate)
 {
-    // Given a document with 3 custom props, 2 Zotero ones and an other:
+    // Given a document with 3 custom props, 2 Zotero ones and one other:
     mxComponent = loadFromDesktop("private:factory/swriter");
     auto pBaseModel = dynamic_cast<SfxBaseModel*>(mxComponent.get());
     CPPUNIT_ASSERT(pBaseModel);
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index 6f68292f46b4..76f4c9693dc0 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -252,7 +252,7 @@ void SAL_CALL SfxOfficeDispatch::dispatch( const 
css::util::URL& aURL, const css
         {
             // Make sure that we own the solar mutex, otherwise later
             // vcl::SolarThreadExecutor::execute() will release the solar 
mutex, even if it's owned by
-            // an other thread, leading to an std::abort() at the end.
+            // another thread, leading to an std::abort() at the end.
             SolarMutexGuard aGuard;
             vcl::solarthread::syncExecute([this, &aURL, &aArgs]() {
                 pImpl->dispatch(aURL, aArgs,
diff --git a/sw/qa/uibase/uno/uno.cxx b/sw/qa/uibase/uno/uno.cxx
index 45fc50999e65..64d2a70fe4e2 100644
--- a/sw/qa/uibase/uno/uno.cxx
+++ b/sw/qa/uibase/uno/uno.cxx
@@ -246,7 +246,7 @@ CPPUNIT_TEST_FIXTURE(SwUibaseUnoTest, testGetTextFormFields)
 
 CPPUNIT_TEST_FIXTURE(SwUibaseUnoTest, testGetDocumentProperties)
 {
-    // Given a document with 3 custom properties: 2 zotero ones and an other 
one:
+    // Given a document with 3 custom properties: 2 Zotero ones and one other:
     createSwDoc();
     SwDoc* pDoc = getSwDoc();
     SwDocShell* pDocShell = pDoc->GetDocShell();
diff --git a/sw/qa/uitest/writer_tests7/tdf145093.py 
b/sw/qa/uitest/writer_tests7/tdf145093.py
index 7dcd67b378d2..59d4c3d3c15c 100644
--- a/sw/qa/uitest/writer_tests7/tdf145093.py
+++ b/sw/qa/uitest/writer_tests7/tdf145093.py
@@ -19,7 +19,7 @@ class tdf145093(UITestCase):
 
             # Move Up/Down a list item over a tracked paragraph insertion 
resulted a crash
             # (Note: not only at the end of the document, but check the 
original
-            # bug report temporarily, where the problem is triggered by an 
other problem).
+            # bug report temporarily, where the problem is triggered by 
another problem).
 
             self.xUITest.executeCommand(".uno:MoveDown")
             self.xUITest.executeCommand(".uno:MoveDown")

Reply via email to