From 628bab92c4424ea4d797d5adea179f02ca5b0ee7 Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Fri, 23 Aug 2019 10:25:34 +0200 Subject: [PATCH] fix comment typo in webflowcredentials.cpp Signed-off-by: Michael Schuster --- src/gui/creds/webflowcredentials.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/creds/webflowcredentials.cpp b/src/gui/creds/webflowcredentials.cpp index 3ff15b26ba..70a709470f 100644 --- a/src/gui/creds/webflowcredentials.cpp +++ b/src/gui/creds/webflowcredentials.cpp @@ -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()) {