From e762fd2d416cbe77669a83e302709aa3fbda68f7 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 19 Nov 2017 13:28:57 +0100 Subject: Fix typo: successfull -> successful and succesfully -> successfully Signed-off-by: Berthold Stoeger --- desktop-widgets/preferences/preferences_network.cpp | 4 ++-- desktop-widgets/preferences/preferences_network.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop-widgets/preferences') diff --git a/desktop-widgets/preferences/preferences_network.cpp b/desktop-widgets/preferences/preferences_network.cpp index 493077430..6ccf97384 100644 --- a/desktop-widgets/preferences/preferences_network.cpp +++ b/desktop-widgets/preferences/preferences_network.cpp @@ -74,7 +74,7 @@ void PreferencesNetwork::syncSettings() } else { CloudStorageAuthenticate *cloudAuth = new CloudStorageAuthenticate(this); connect(cloudAuth, SIGNAL(finishedAuthenticate()), this, SLOT(updateCloudAuthenticationState())); - connect(cloudAuth, SIGNAL(passwordChangeSuccessful()), this, SLOT(passwordUpdateSuccessfull())); + connect(cloudAuth, SIGNAL(passwordChangeSuccessful()), this, SLOT(passwordUpdateSuccessful())); cloudAuth->backend(email, password, "", newpassword); ui->cloud_storage_new_passwd->setText(""); cloud->setNewPassword(newpassword); @@ -157,7 +157,7 @@ void PreferencesNetwork::proxyType_changed(int idx) ui->proxyAuthRequired->setChecked(ui->proxyAuthRequired->isChecked()); } -void PreferencesNetwork::passwordUpdateSuccessfull() +void PreferencesNetwork::passwordUpdateSuccessful() { ui->cloud_storage_password->setText(prefs.cloud_storage_password); } diff --git a/desktop-widgets/preferences/preferences_network.h b/desktop-widgets/preferences/preferences_network.h index 439670e71..9b9b6d467 100644 --- a/desktop-widgets/preferences/preferences_network.h +++ b/desktop-widgets/preferences/preferences_network.h @@ -23,7 +23,7 @@ public slots: private: Ui::PreferencesNetwork *ui; - void passwordUpdateSuccessfull(); + void passwordUpdateSuccessful(); }; #endif -- cgit v1.2.3-70-g09d2