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

New commits:
commit 08f593989188d8833292bb9d1d466a23bfbd1e21
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Apr 19 18:13:28 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Apr 19 18:29:59 2020 +0200

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

diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index cf3589ceb9cd..c16ffcdd0911 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -622,7 +622,7 @@ static SwTextNode* lcl_FindOutlineNum(const SwOutlineNodes& 
rOutlNds,
 {
     // Valid numbers are (always just offsets!):
     //  ([Number]+\.)+  (as a regular expression!)
-    //  (Number follwed by a period, with 5 repetitions)
+    //  (Number followed by a period, with 5 repetitions)
     //  i.e.: "1.1.", "1.", "1.1.1."
     sal_Int32 nPos = 0;
     OUString sNum = rName.getToken( 0, '.', nPos );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to