spelling: attempts

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:22 -04:00
parent 09265704c0
commit a55ae16e75
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class SetupWizard : public QWizard, public Ui::SetupWizardBase
Q_OBJECT
public:
enum {
kMaximiumLoginAttemps = 3
kMaximiumLoginAttempts = 3
};
public: