sw/qa/extras/uiwriter/uiwriter8.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9a90f92eec3375f85b3c4dcadc44e3dc2fe7dac
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jan 8 13:00:57 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jan 8 13:48:31 2023 +0000

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

diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx 
b/sw/qa/extras/uiwriter/uiwriter8.cxx
index 42eaad1fb53a..2a1cbedc8256 100644
--- a/sw/qa/extras/uiwriter/uiwriter8.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter8.cxx
@@ -2569,7 +2569,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, 
testCursorPositionAfterUndo)
     SwShellCursor* pShellCursor = pWrtShell->getShellCursor(false);
     CPPUNIT_ASSERT_EQUAL(OUString("tincidunt"), pShellCursor->GetText());
 
-    // remember the cursor position for comparsion
+    // remember the cursor position for comparison
     SwPosition aCursorPos(*pWrtShell->GetCursor()->GetPoint());
 
     // delete the selected word

Reply via email to