diff options
author | Johannes Schickel | 2011-11-26 17:40:00 +0100 |
---|---|---|
committer | Johannes Schickel | 2011-11-26 17:40:00 +0100 |
commit | b9d1718fe1fc9649515ff4415a8668044c8a7380 (patch) | |
tree | 8c3a22ae7785dee576c161b04a933eed5c9a3cc2 /engines/sword2 | |
parent | 50c44aacf41cc0bb21f98b55afa659a3878233ae (diff) | |
download | scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.gz scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.bz2 scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.zip |
ALL: unrecognised -> unrecognized.
Diffstat (limited to 'engines/sword2')
-rw-r--r-- | engines/sword2/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/console.cpp b/engines/sword2/console.cpp index 957b2431e0..28e2e8ce7b 100644 --- a/engines/sword2/console.cpp +++ b/engines/sword2/console.cpp @@ -446,7 +446,7 @@ bool Debugger::Cmd_ResLook(int argc, const char **argv) { DebugPrintf("<menu icon> %s\n", _vm->_resman->fetchName(res)); break; default: - DebugPrintf("unrecognised fileType %d\n", type); + DebugPrintf("unrecognized fileType %d\n", type); break; } |