[Libreoffice-commits] core.git: cui/source framework/source svtools/source toolkit/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jul 23 12:19:11 UTC 2018


 cui/source/tabpages/autocdlg.cxx            |    2 +-
 framework/source/services/autorecovery.cxx  |    4 ++--
 svtools/source/inc/svtaccessiblefactory.hxx |    2 +-
 toolkit/inc/helper/accessibilityclient.hxx  |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 26f1fc7c520b442a3c56b3346a19d921e1574f81
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jul 22 16:29:24 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Jul 23 14:18:49 2018 +0200

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

diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx
index 16a92adb7d0b..f221bb9da9e7 100644
--- a/cui/source/tabpages/autocdlg.cxx
+++ b/cui/source/tabpages/autocdlg.cxx
@@ -2577,7 +2577,7 @@ IMPL_LINK_NOARG(OfaSmartTagOptionsTabPage, CheckHdl, CheckBox&, void)
 
     // if the controls are currently enabled, we still have to check
     // if the properties button should be disabled because the currently
-    // seleted smart tag type does not have a properties dialog.
+    // selected smart tag type does not have a properties dialog.
     // We do this by calling SelectHdl:
     if ( bEnable )
         SelectHdl(m_pSmartTagTypesLB);
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 16747d702357..fb33427d2e67 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -3623,7 +3623,7 @@ void AutoRecovery::implts_doEmergencySave(const DispatchParams& aParams)
     officecfg::Office::Recovery::RecoveryInfo::Crashed::set(true, batch);
     batch->commit();
 
-    // for all docs, store their current view/names in the configurtion
+    // for all docs, store their current view/names in the configuration
     implts_persistAllActiveViewNames();
 
     // The called method for saving documents runs
@@ -3688,7 +3688,7 @@ void AutoRecovery::implts_doSessionSave(const DispatchParams& aParams)
     // Be sure to know all open documents really .-)
     implts_verifyCacheAgainstDesktopDocumentList();
 
-    // for all docs, store their current view/names in the configurtion
+    // for all docs, store their current view/names in the configuration
     implts_persistAllActiveViewNames();
 
     // The called method for saving documents runs
diff --git a/svtools/source/inc/svtaccessiblefactory.hxx b/svtools/source/inc/svtaccessiblefactory.hxx
index bdaf70b72274..507ae2abfc85 100644
--- a/svtools/source/inc/svtaccessiblefactory.hxx
+++ b/svtools/source/inc/svtaccessiblefactory.hxx
@@ -31,7 +31,7 @@ namespace svt
         instance, which is used for creating all kind of Accessibility related
         components.
 
-        When the AccessibleFactoryAccess goes aways, this factory goes aways, to, and the respective
+        When the AccessibleFactoryAccess goes always, this factory goes always, to, and the respective
         library is unloaded.
 
         This class is not thread-safe.
diff --git a/toolkit/inc/helper/accessibilityclient.hxx b/toolkit/inc/helper/accessibilityclient.hxx
index 69d2761c36e4..4fe670c6364c 100644
--- a/toolkit/inc/helper/accessibilityclient.hxx
+++ b/toolkit/inc/helper/accessibilityclient.hxx
@@ -31,7 +31,7 @@ namespace toolkit
         instance, which is used for creating all kind of Accessibility related
         components.
 
-        When the AccessibilityClient goes aways, this factory goes aways, to, and the respective
+        When the AccessibilityClient goes always, this factory goes always, to, and the respective
         library is unloaded.
 
         This class is not thread-safe.


More information about the Libreoffice-commits mailing list