diff options
author | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-10-15 14:04:42 -0700 |
---|---|---|
committer | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-10-15 14:58:44 -0700 |
commit | 0ba03d1b3a36cd0b4398f57ee6c22ffb4679a91c (patch) | |
tree | ee1163a644404b4f0ba8964af85657d9254de743 /src/yuzu/main.cpp | |
parent | ae6dd1143c0549fe5bcbd7326c69cbcb6b5a4433 (diff) |
fix a tiny spelling mistake
Kreato pointed this out over on discord.
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index f45a254100..a94624be63 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -3280,7 +3280,7 @@ void GMainWindow::LoadAmiibo(const QString& filename) { QMessageBox::warning(this, title, tr("The current game is not looking for amiibos")); break; case InputCommon::VirtualAmiibo::Info::Unknown: - QMessageBox::warning(this, title, tr("An unkown error occured")); + QMessageBox::warning(this, title, tr("An unknown error occurred")); break; default: break; |