Merge pull request #1225 from edent/patch-1

Typo
This commit is contained in:
Roeland Jago Douma 2019-08-19 15:39:10 +02:00 committed by GitHub
commit e0a1d78441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void WebFlowCredentials::fetchFromKeychain() {
if (ready()) {
emit fetched();
} else {
qCInfo(lcWebFlowCredentials()) << "Fetch from keyhchain!";
qCInfo(lcWebFlowCredentials()) << "Fetch from keychain!";
fetchFromKeychainHelper();
}
}