aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 1dc6a5ab1d..772dafb145 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -332,7 +332,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
} else if (scumm_stricmp(gameid.c_str(), candidates.begin()->gameid.c_str())) {
printf(" FAILURE: Wrong gameid detected\n");
} else {
- printf(" SUCCESS: Game was detected correctl\n");
+ printf(" SUCCESS: Game was detected correctly\n");
}
for (DetectedGameList::iterator x = candidates.begin(); x != candidates.end(); ++x) {