From d00111edc9b75465af10d74e865259fe30fae9ad Mon Sep 17 00:00:00 2001 From: Johan Ouwerkerk Date: Mon, 22 Feb 2021 21:24:33 +0100 Subject: [PATCH] chore: fix typo in debug logging statement --- src/model/accounts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/accounts.cpp b/src/model/accounts.cpp index 31b21bc..341dd7e 100644 --- a/src/model/accounts.cpp +++ b/src/model/accounts.cpp @@ -314,7 +314,7 @@ namespace model } if (!m_accounts) { - qCDebug(logger) << "Unable to validat account name: missing accounts model object"; + qCDebug(logger) << "Unable to validate account name: missing accounts model object"; return QValidator::Invalid; }