diff options
| author | 2022-10-15 14:04:42 -0700 | |
|---|---|---|
| committer | 2022-10-15 14:58:44 -0700 | |
| commit | 0ba03d1b3a36cd0b4398f57ee6c22ffb4679a91c (patch) | |
| tree | ee1163a644404b4f0ba8964af85657d9254de743 /src | |
| parent | Merge pull request #9061 from liamwhite/writable-event (diff) | |
| download | yuzu-0ba03d1b3a36cd0b4398f57ee6c22ffb4679a91c.tar.gz yuzu-0ba03d1b3a36cd0b4398f57ee6c22ffb4679a91c.tar.xz yuzu-0ba03d1b3a36cd0b4398f57ee6c22ffb4679a91c.zip | |
fix a tiny spelling mistake
Kreato pointed this out over on discord.
Diffstat (limited to '')
| -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 f45a25410..a94624be6 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -3280,7 +3280,7 @@ void GMainWindow::LoadAmiibo(const QString& filename) { | |||
| 3280 | QMessageBox::warning(this, title, tr("The current game is not looking for amiibos")); | 3280 | QMessageBox::warning(this, title, tr("The current game is not looking for amiibos")); |
| 3281 | break; | 3281 | break; |
| 3282 | case InputCommon::VirtualAmiibo::Info::Unknown: | 3282 | case InputCommon::VirtualAmiibo::Info::Unknown: |
| 3283 | QMessageBox::warning(this, title, tr("An unkown error occured")); | 3283 | QMessageBox::warning(this, title, tr("An unknown error occurred")); |
| 3284 | break; | 3284 | break; |
| 3285 | default: | 3285 | default: |
| 3286 | break; | 3286 | break; |