chore: fix typo in debug logging statement

master
Johan Ouwerkerk 2021-02-22 21:24:33 +01:00 committed by Bhushan Shah
parent 75a167665b
commit d00111edc9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}