sw/qa/extras/uiwriter/uiwriter11.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9cc918b82f08170f9ebf5c3a00d2c4f61164bbb8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Sep 3 17:02:12 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Sep 3 22:49:04 2025 +0200

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

diff --git a/sw/qa/extras/uiwriter/uiwriter11.cxx 
b/sw/qa/extras/uiwriter/uiwriter11.cxx
index 13aab01fd1c8..c2814473de90 100644
--- a/sw/qa/extras/uiwriter/uiwriter11.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter11.cxx
@@ -122,7 +122,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest11, testTdf108791)
     createSwDoc("tdf108791_comments_with_tracked_changes.fodt");
 
     {
-        // Test "Delete Comment Tread": the comment, and all its thread, must 
be marked as deleted
+        // Test "Delete Comment Thread": the comment, and all its thread, must 
be marked as deleted
 
         SwPostItMgr* pPostItMgr = getPostItMgr(getSwDocShell());
         auto& aPostItFields = pPostItMgr->GetPostItFields();
@@ -268,7 +268,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest11, testTdf108791)
     createSwDoc("tdf108791_comments_with_tracked_changes.docx");
 
     {
-        // Test "Delete Comment Tread": the comment, and all its thread, must 
be deleted
+        // Test "Delete Comment Thread": the comment, and all its thread, must 
be deleted
 
         SwPostItMgr* pPostItMgr = getPostItMgr(getSwDocShell());
         auto& aPostItFields = pPostItMgr->GetPostItFields();

Reply via email to