Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/creds')
-rw-r--r--src/gui/creds/webflowcredentials.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/creds/webflowcredentials.cpp b/src/gui/creds/webflowcredentials.cpp
index 0912753d3..3ff15b26b 100644
--- a/src/gui/creds/webflowcredentials.cpp
+++ b/src/gui/creds/webflowcredentials.cpp
@@ -108,7 +108,7 @@ void WebFlowCredentials::fetchFromKeychain() {
if (ready()) {
emit fetched();
} else {
- qCInfo(lcWebFlowCredentials()) << "Fetch from keyhchain!";
+ qCInfo(lcWebFlowCredentials()) << "Fetch from keychain!";
fetchFromKeychainHelper();
}
}