Fix more typos

This commit is contained in:
Viktor Szépe 2024-01-15 23:26:53 +00:00
parent cff668e1c4
commit 8f8a15827f
36 changed files with 86 additions and 86 deletions

View file

@ -58,7 +58,7 @@ private:
Core::Frontend::CabinetParameters parameters;
// If false amiibo settings failed to load
bool is_initalized{};
bool is_initialized{};
};
class QtAmiiboSettings final : public QObject, public Core::Frontend::CabinetApplet {