sw/source/core/doc/docfmt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6048355f479174d8f27d569542400c7b34b07df6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jul 10 22:23:16 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 11 11:41:21 2023 +0200

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

diff --git a/sw/source/core/doc/docfmt.cxx b/sw/source/core/doc/docfmt.cxx
index 3f52628fed21..a882bac7bfd1 100644
--- a/sw/source/core/doc/docfmt.cxx
+++ b/sw/source/core/doc/docfmt.cxx
@@ -1074,7 +1074,7 @@ static bool lcl_SetTextFormatColl( SwNode* pNode, void* 
pArgs )
             }
             else
             {
-                // forcing reset of list level from parapgaph
+                // forcing reset of list level from paragraph
                 pCNd->SetAttr(pFormat->GetFormatAttr(RES_PARATR_LIST_LEVEL));
             }
         }

Reply via email to