1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-05-11 11:34:09 +02:00

fix comment typo in httpcredentials.cpp

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2019-08-23 11:04:30 +02:00 committed by Roeland Jago Douma
parent 628bab92c4
commit aa93a04fd6
No known key found for this signature in database
GPG Key ID: F941078878347C0C

View File

@ -173,7 +173,7 @@ void HttpCredentials::fetchFromKeychain()
fetchUser();
if (!_ready && !_refreshToken.isEmpty()) {
// This happens if the credentials are still loaded from the keychain, bur we are called
// This happens if the credentials are still loaded from the keychain, but we are called
// here because the auth is invalid, so this means we simply need to refresh the credentials
refreshAccessToken();
return;