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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 12 08:02:40 UTC 2019


 cui/source/tabpages/autocdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 14214e40c06b3b89e9c495c1c6adffbfd294adaa
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:04:41 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 12 09:59:51 2019 +0200

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

diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index c1e4d1994f83..bf40344031ec 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -887,7 +887,7 @@ void OfaAutocorrReplacePage::Reset( const SfxItemSet* )
 
 void OfaAutocorrReplacePage::SetLanguage(LanguageType eSet)
 {
-    //save old settings an refill
+    //save old settings and refill
     if(eSet != eLang)
     {
         RefillReplaceBox(false, eLang, eSet);


More information about the Libreoffice-commits mailing list