sw/source/uibase/uno/unotxdoc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bb7bff32e7f2bb5cdddb1f7d450c1612ff6386f3
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 19 14:56:48 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 22:58:28 2024 +0200

    Fix typo
    
    Change-Id: I498add76660119e80fae0bb48f1b60739c08578c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169222
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/sw/source/uibase/uno/unotxdoc.cxx 
b/sw/source/uibase/uno/unotxdoc.cxx
index c7056dc0294b..83cf875c65b5 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -2719,7 +2719,7 @@ sal_Int32 SAL_CALL SwXTextDocument::getRendererCount(
     }
     OSL_ENSURE( nRet >= 0, "negative number of pages???" );
     // tdf#144989 the layout is complete now - prevent DoIdleJobs() from
-    // messing it up, particulary SwDocUpdateField::MakeFieldList_() unhiding
+    // messing it up, particularly SwDocUpdateField::MakeFieldList_() unhiding
     // sections
     pDoc->getIDocumentTimerAccess().BlockIdling();
 

Reply via email to