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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-08-19 16:39:10 +0300
committerGitHub <noreply@github.com>2019-08-19 16:39:10 +0300
commite0a1d78441b96eea2ee75825150220cff7a53451 (patch)
treef40a7491462e314def90b4085bc91fd82bd307c9 /src/gui/creds
parenteb31925a004c514b26d4e7f67f5b1ac2cc902d9d (diff)
parente64fa748997f3105a4cf93781ca7910b906c4c74 (diff)
Merge pull request #1225 from edent/patch-1
Typo
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();
}
}