summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Pilley <anpilley@mycronite.net>2024-02-17 21:58:41 +0100
committerAndrew Pilley <anpilley@mycronite.net>2024-02-17 21:58:41 +0100
commite31c926bf0d9ee8f587ef41707548b3202dfcdeb (patch)
treeb388d6c4e633b30e73cb1673434d9c953c4cdb45
parentcleanup by clang-format. (diff)
downloadyuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar
yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar.gz
yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar.bz2
yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar.lz
yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar.xz
yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.tar.zst
yuzu-e31c926bf0d9ee8f587ef41707548b3202dfcdeb.zip
-rw-r--r--src/yuzu/main.cpp2
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)) {