From 36cf76c7e98fb6a16980efb1ac801c8d0d99996b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 27 Dec 2016 18:11:43 +0100 Subject: Typos Change-Id: I487db955caff589b9f62c50b83067628bb768d50 Reviewed-on: https://gerrit.libreoffice.org/32460 Tested-by: Jenkins Reviewed-by: Eike Rathke --- sw/source/filter/ww8/ww8par2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index f4f054ba1d4c..32290d9e7ded 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -735,8 +735,8 @@ void SwWW8ImplReader::SetAnlvStrings(SwNumFormat &rNum, WW8_ANLV const &rAV, sP += sText.copy( rAV.cbTextBefore, rAV.cbTextAfter); rNum.SetSuffix( sP ); } -// The characters before and after multipe digits do not apply because -// those are handled different by the writer and the result is in most +// The characters before and after multiple digits do not apply because +// those are handled differently by the writer and the result is in most // cases worse than without. } } -- cgit