Browse Source

fix a tiny spelling mistake

Kreato pointed this out over on discord.
nce_cpp
Kyle Kienapfel 3 years ago
parent
commit
8b6e77774e
  1. 2
      src/yuzu/main.cpp

2
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;

Loading…
Cancel
Save