diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-12-27 18:11:43 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-01-03 13:46:21 +0000 |
commit | 36cf76c7e98fb6a16980efb1ac801c8d0d99996b (patch) | |
tree | 2cf703f046cd51f975e47764c5b9428a268e206b /sw | |
parent | 803f4743372aa51be123533115afa97a47336d54 (diff) |
Typos
Change-Id: I487db955caff589b9f62c50b83067628bb768d50
Reviewed-on: https://gerrit.libreoffice.org/32460
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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. } } |