Author: mseidel
Date: Sun May 13 19:38:57 2018
New Revision: 1831525

URL: http://svn.apache.org/viewvc?rev=1831525&view=rev
Log:
Fixed typos (successfull -> successful)

Modified:
    openoffice/trunk/main/solenv/bin/modules/ExtensionsLst.pm
    openoffice/trunk/main/svtools/source/dialogs/addresstemplate.cxx
    openoffice/trunk/main/svtools/source/filter/FilterConfigCache.cxx

Modified: openoffice/trunk/main/solenv/bin/modules/ExtensionsLst.pm
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/modules/ExtensionsLst.pm?rev=1831525&r1=1831524&r2=1831525&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/modules/ExtensionsLst.pm (original)
+++ openoffice/trunk/main/solenv/bin/modules/ExtensionsLst.pm Sun May 13 
19:38:57 2018
@@ -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())
         {

Modified: openoffice/trunk/main/svtools/source/dialogs/addresstemplate.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svtools/source/dialogs/addresstemplate.cxx?rev=1831525&r1=1831524&r2=1831525&view=diff
==============================================================================
--- openoffice/trunk/main/svtools/source/dialogs/addresstemplate.cxx (original)
+++ openoffice/trunk/main/svtools/source/dialogs/addresstemplate.cxx Sun May 13 
19:38:57 2018
@@ -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)

Modified: openoffice/trunk/main/svtools/source/filter/FilterConfigCache.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svtools/source/filter/FilterConfigCache.cxx?rev=1831525&r1=1831524&r2=1831525&view=diff
==============================================================================
--- openoffice/trunk/main/svtools/source/filter/FilterConfigCache.cxx (original)
+++ openoffice/trunk/main/svtools/source/filter/FilterConfigCache.cxx Sun May 
13 19:38:57 2018
@@ -129,7 +129,7 @@ String FilterConfigCache::FilterConfigCa
             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.


Reply via email to