summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:25:24 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-22 07:27:21 +0200
commit0f05795a3f0c211dc0be512f1f1b66e6019bd262 (patch)
tree6a29abb5b0586a7513f0ca5a8875a6cbd877cc30 /editeng
parentFix typo (diff)
downloadcore-0f05795a3f0c211dc0be512f1f1b66e6019bd262.tar.gz
core-0f05795a3f0c211dc0be512f1f1b66e6019bd262.zip
Fix typo
Change-Id: I88e2a10836ae961764d899b8d74fd707a3e15b2c Reviewed-on: https://gerrit.libreoffice.org/72708 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/misc/svxacorr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index 32c2dce2f9c6..01a4f27234fb 100644
--- a/editeng/source/misc/svxacorr.cxx
+++ b/editeng/source/misc/svxacorr.cxx
@@ -1444,8 +1444,8 @@ void SvxAutoCorrect::DoAutoCorrect( SvxAutoCorrDoc& rDoc, const OUString& rTxt,
FnCorrectCapsLock( rDoc, rTxt, nCapLttrPos, nInsPos, eLang ) )
{
// Correct accidental use of cAPS LOCK key (do this only when
- // the caps or shift lock key is pressed). Turn off the caps
- // lock afterwords.
+ // the caps or shift lock key is pressed). Turn off the caps
+ // lock afterwards.
pFrameWin->SimulateKeyPress( KEY_CAPSLOCK );
}