summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-23 17:50:59 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-24 07:12:20 +0200
commit615cccccc81e9c594ae1ae67f5965cb61384ee55 (patch)
tree8801ced041191218204d09e4768df405e5a5c108 /sw/source
parent951282a27a9dd4c64fc206fcbdd805b4cb602816 (diff)
Fix typos
Change-Id: I9cc5e13681b047fe772704b42796e210ad070601 Reviewed-on: https://gerrit.libreoffice.org/71148 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 69a9b025f694..4e9095568392 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -5318,7 +5318,7 @@ void SwEditWin::Command( const CommandEvent& rCEvt )
if ( !sRecord.isEmpty() )
{
// convert quotes in IME text
- // works on the last input character, this is escpecially in Korean text often done
+ // works on the last input character, this is especially in Korean text often done
// quotes that are inside of the string are not replaced!
const sal_Unicode aCh = sRecord[sRecord.getLength() - 1];
SvxAutoCorrCfg& rACfg = SvxAutoCorrCfg::Get();