summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-18 17:38:10 -0400
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 10:56:55 -0400
commit89f89cf1df70cce9600793765982ebe32154bc86 (patch)
tree41db48afc685762b6a27f5e83f94250158d3840c
parentab795fe0e26c2ea9b05e7ca0f388f53c9b3c94d5 (diff)
shared_widget: Correct spelling
-rw-r--r--src/yuzu/configuration/shared_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/shared_widget.cpp b/src/yuzu/configuration/shared_widget.cpp
index 882cd9eda..d153d8d6b 100644
--- a/src/yuzu/configuration/shared_widget.cpp
+++ b/src/yuzu/configuration/shared_widget.cpp
@@ -500,7 +500,7 @@ Widget::Widget(Settings::BasicSetting* setting_, const TranslationMap& translati
}();
if (label == QStringLiteral("")) {
- LOG_DEBUG(Frontend, "Translation table has emtpy entry for \"{}\", skipping...",
+ LOG_DEBUG(Frontend, "Translation table has empty entry for \"{}\", skipping...",
setting.GetLabel());
return;
}