From 8e9c2e7508a441550fd2c9545ab1ccbd302a2829 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 23 Apr 2006 13:39:57 +0000 Subject: typo svn-id: r22103 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') 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) { -- cgit v1.2.3