diff options
author | Max Horn | 2006-04-23 13:39:57 +0000 |
---|---|---|
committer | Max Horn | 2006-04-23 13:39:57 +0000 |
commit | 8e9c2e7508a441550fd2c9545ab1ccbd302a2829 (patch) | |
tree | 1e98fb05e31fe80b2af151a357e01619dc03c807 /base | |
parent | 65338135766104a067cc20123702556e57d0dea3 (diff) | |
download | scummvm-rg350-8e9c2e7508a441550fd2c9545ab1ccbd302a2829.tar.gz scummvm-rg350-8e9c2e7508a441550fd2c9545ab1ccbd302a2829.tar.bz2 scummvm-rg350-8e9c2e7508a441550fd2c9545ab1ccbd302a2829.zip |
typo
svn-id: r22103
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 2 |
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) { |