diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-20 10:16:14 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-20 18:55:16 +0200 |
commit | 133da6ed83b278b9e6059c5c1a3d49f9f402792e (patch) | |
tree | 0f4749a6fdb4f5a5a706af34fb5dd3a67e55625f /editeng | |
parent | 4a627a5724c9a9a4e469921d032376703260fbff (diff) |
Fix typos
Change-Id: Ia3e6f17217b837517faa588ea7f2e72dc5aff6aa
Reviewed-on: https://gerrit.libreoffice.org/57767
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/splwrap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx index d31752d15cc7..6e2175a8f269 100644 --- a/editeng/source/misc/splwrap.cxx +++ b/editeng/source/misc/splwrap.cxx @@ -57,7 +57,7 @@ void SvxPrepareAutoCorrect( OUString &rOldText, const OUString &rNewText ) // the strings before passing them on to the autocorrect function in // order that the autocorrect function will hopefully // works properly with normal words and abbreviations (with trailing '.') - // independ of if they are at the end of the sentence or not. + // independent of if they are at the end of the sentence or not. // // rOldText: text to be replaced // rNewText: replacement text |