fix comment typo in webflowcredentials.cpp

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

View file

@ -102,7 +102,7 @@ bool WebFlowCredentials::ready() const {
void WebFlowCredentials::fetchFromKeychain() {
_wasFetched = true;
// Make sure we get the user fromt he config file
// Make sure we get the user from the config file
fetchUser();
if (ready()) {