[Libreoffice-commits] core.git: editeng/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 22 05:27:59 UTC 2019


 editeng/source/misc/svxacorr.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f05795a3f0c211dc0be512f1f1b66e6019bd262
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:24 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 22 07:27:21 2019 +0200

    Fix typo
    
    Change-Id: I88e2a10836ae961764d899b8d74fd707a3e15b2c
    Reviewed-on: https://gerrit.libreoffice.org/72708
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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 );
             }
 


More information about the Libreoffice-commits mailing list