Fix typo of connector

Signed-off-by: hefee <hefee@debian.org>
This commit is contained in:
hefee 2022-11-09 20:15:44 +00:00 committed by Matthieu Gallien
parent 81f6844393
commit 14292ec867
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ void UserStatusSelectorModel::reset()
void UserStatusSelectorModel::init()
{
if (!_userStatusConnector) {
qCWarning(lcUserStatusDialogModel) << "No user status conenctor set";
qCWarning(lcUserStatusDialogModel) << "No user status connector set";
return;
}