summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2018-05-13 19:38:57 +0000
committerMatthias Seidel <mseidel@apache.org>2018-05-13 19:38:57 +0000
commit4828086a389647c04a5854b07587b229c9176269 (patch)
tree81179791ab20566064b00de7568c4f586aab263e
parent21e6a05a3614af73bf142e66f75e24d3d2579b34 (diff)
Fixed typos (successfull -> successful)
Notes
Notes: prefer: f5ca04caca1b6888cdc6b00b8465a53e6d5cf38d
-rw-r--r--solenv/bin/modules/ExtensionsLst.pm2
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx2
-rw-r--r--svtools/source/filter/FilterConfigCache.cxx2
3 files changed, 3 insertions, 3 deletions
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.