diff options
author | Andrew Pilley <anpilley@mycronite.net> | 2024-02-18 07:58:41 +1100 |
---|---|---|
committer | Andrew Pilley <anpilley@mycronite.net> | 2024-02-18 07:58:41 +1100 |
commit | e31c926bf0d9ee8f587ef41707548b3202dfcdeb (patch) | |
tree | b388d6c4e633b30e73cb1673434d9c953c4cdb45 /src/yuzu/main.cpp | |
parent | 59ede32f8e0f528d96ade4da8f0c79ccda1cc4e8 (diff) |
>.> spelling
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 79741e721..fc6f0d381 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -4189,7 +4189,7 @@ void GMainWindow::OnInstallFirmware() { LOG_INFO(Frontend, "Installing firmware from {}", firmware_source_location.toStdString()); - // Check for a resonable number of .nca files (don't hardcode them, just see if there's some in + // Check for a reasonable number of .nca files (don't hardcode them, just see if there's some in // there.) std::filesystem::path firmware_source_path = firmware_source_location.toStdString(); if (!Common::FS::IsDir(firmware_source_path)) { |