From b9d1718fe1fc9649515ff4415a8668044c8a7380 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 26 Nov 2011 17:40:00 +0100 Subject: ALL: unrecognised -> unrecognized. --- engines/sword2/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword2') 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(" %s\n", _vm->_resman->fetchName(res)); break; default: - DebugPrintf("unrecognised fileType %d\n", type); + DebugPrintf("unrecognized fileType %d\n", type); break; } -- cgit v1.2.3