sw/source/filter/ww8/wrtw8num.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af370069241742dd91082671a678da4a4bf740ee
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Aug 12 15:12:14 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Aug 12 18:15:16 2022 +0200

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

diff --git a/sw/source/filter/ww8/wrtw8num.cxx 
b/sw/source/filter/ww8/wrtw8num.cxx
index 09667048b769..75f240fb3b83 100644
--- a/sw/source/filter/ww8/wrtw8num.cxx
+++ b/sw/source/filter/ww8/wrtw8num.cxx
@@ -490,7 +490,7 @@ void MSWordExportBase::NumberingLevel(
             }
         }
         else if (rFormat.GetNumberingType() != SVX_NUM_NUMBER_NONE)
-            assert(false && "depricated format still exists and is unhandled. 
Inform Vasily or Justin");
+            assert(false && "deprecated format still exists and is unhandled. 
Inform Vasily or Justin");
     }
 
     if (SVX_NUM_CHAR_SPECIAL == rFormat.GetNumberingType() ||

Reply via email to