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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 14 07:24:10 UTC 2020


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

New commits:
commit 15bf1b3935366450a86e80d7ece918ea81706437
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 1 08:31:32 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 14 09:23:35 2020 +0200

    Fix typo
    
    Change-Id: I9384c03d9e616ac94256d679e3d545afe6794360
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95257
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index c6a0fd9da25d..4b271993cd68 100644
--- a/editeng/source/misc/svxacorr.cxx
+++ b/editeng/source/misc/svxacorr.cxx
@@ -435,7 +435,7 @@ void SvxAutoCorrect::FnCapitalStartWord( SvxAutoCorrDoc& rDoc, const OUString& r
             OUString sWord( rTxt.copy( nSttPos - 1, nEndPos - nSttPos + 1 ));
             if( !FindInWrdSttExceptList(eLang, sWord) )
             {
-                // Check that word isn't correctly spelled before correcting:
+                // Check that word isn't correctly spelt before correcting:
                 css::uno::Reference< css::linguistic2::XSpellChecker1 > xSpeller =
                     LinguMgr::GetSpellChecker();
                 if( xSpeller->hasLanguage(static_cast<sal_uInt16>(eLang)) )
@@ -1379,7 +1379,7 @@ void SvxAutoCorrect::DoAutoCorrect( SvxAutoCorrDoc& rDoc, const OUString& rTxt,
                 InsertQuote( rDoc, nInsPos, cChar, bSttQuote, bInsert, eLang, eType );
                 break;
             }
-            // tdf#133524 change "<<" and ">>" to double angle quoation marks
+            // tdf#133524 change "<<" and ">>" to double angle quotation marks
             else if ( IsAutoCorrFlag( ACFlags::ChgQuotes ) && ('<' == cChar || '>' == cChar) &&
                 nInsPos > 0 && cChar == rTxt[ nInsPos-1 ] )
             {


More information about the Libreoffice-commits mailing list