diff options
author | Matthew Hoops | 2011-05-25 10:48:51 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-05-25 10:50:47 -0400 |
commit | 0104d56444d09f9b65df41baa56c93a85d87f509 (patch) | |
tree | e30fccebddba662f58284910160f9dfe25fcd945 /devtools/create_lure | |
parent | 28301e2bd1ff9b6da313cd212b0e2695f201c85e (diff) | |
download | scummvm-rg350-0104d56444d09f9b65df41baa56c93a85d87f509.tar.gz scummvm-rg350-0104d56444d09f9b65df41baa56c93a85d87f509.tar.bz2 scummvm-rg350-0104d56444d09f9b65df41baa56c93a85d87f509.zip |
ALL: recognise -> recognize
Diffstat (limited to 'devtools/create_lure')
-rw-r--r-- | devtools/create_lure/create_lure_dat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_lure/create_lure_dat.cpp b/devtools/create_lure/create_lure_dat.cpp index c55252410c..c53a6bf81d 100644 --- a/devtools/create_lure/create_lure_dat.cpp +++ b/devtools/create_lure/create_lure_dat.cpp @@ -1920,7 +1920,7 @@ bool validate_executable() { dataSegment = 0xAD20; printf("Detected Spanish version\n"); } else { - printf("Lure executable version not recognised. Checksum = %xh\n", sumTotal); + printf("Lure executable version not recognized. Checksum = %xh\n", sumTotal); return false; } |