[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin svtools/source

Matthias Seidel mseidel at apache.org
Sun May 13 20:09:33 UTC 2018


 solenv/bin/modules/ExtensionsLst.pm         |    2 +-
 svtools/source/dialogs/addresstemplate.cxx  |    2 +-
 svtools/source/filter/FilterConfigCache.cxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4828086a389647c04a5854b07587b229c9176269
Author: Matthias Seidel <mseidel at apache.org>
Date:   Sun May 13 19:38:57 2018 +0000

    Fixed typos (successfull -> successful)

diff --git a/solenv/bin/modules/ExtensionsLst.pm b/solenv/bin/modules/ExtensionsLst.pm
index 7b4eaa4f7cf3..8754d8b2e1dc 100644
--- a/solenv/bin/modules/ExtensionsLst.pm
+++ b/solenv/bin/modules/ExtensionsLst.pm
@@ -483,7 +483,7 @@ sub Download (@)
         my $last_was_redirect = 0;
         my $response = $agent->get($URL);
 
-        # When download was successfull then check the md5 checksum and rename the .part file
+        # When download was successful then check the md5 checksum and rename the .part file
         # into the actual extension name.
         if ($response->is_success())
         {
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 0b73ed8120fc..5771acb22122 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -834,7 +834,7 @@ void AssignmentPersistentData::Commit()
 
         WaitObject aWaitCursor(this);
 
-        // no matter what we do here, we handled the currently selected data source (no matter if successfull or not)
+        // no matter what we do here, we handled the currently selected data source (no matter if successful or not)
         m_aDatasource.SaveValue();
 
         // create an interaction handler (may be needed for connecting)
diff --git a/svtools/source/filter/FilterConfigCache.cxx b/svtools/source/filter/FilterConfigCache.cxx
index 08901ce113a8..d18d28902d55 100644
--- a/svtools/source/filter/FilterConfigCache.cxx
+++ b/svtools/source/filter/FilterConfigCache.cxx
@@ -129,7 +129,7 @@ String FilterConfigCache::FilterConfigCacheEntry::GetShortName()
             specify, which config package should be opened.
             Must be one of the defined static values TYPEPKG or FILTERPKG.
 
-    @return A valid object if open was successfull. The access on opened
+    @return A valid object if open was successful. The access on opened
             data will be readonly. It returns NULL in case open failed.
 
     @throws It let pass RuntimeExceptions only.


More information about the Libreoffice-commits mailing list