aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_lure
diff options
context:
space:
mode:
authorJohannes Schickel2011-11-26 17:40:00 +0100
committerJohannes Schickel2011-11-26 17:40:00 +0100
commitb9d1718fe1fc9649515ff4415a8668044c8a7380 (patch)
tree8c3a22ae7785dee576c161b04a933eed5c9a3cc2 /devtools/create_lure
parent50c44aacf41cc0bb21f98b55afa659a3878233ae (diff)
downloadscummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.gz
scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.tar.bz2
scummvm-rg350-b9d1718fe1fc9649515ff4415a8668044c8a7380.zip
ALL: unrecognised -> unrecognized.
Diffstat (limited to 'devtools/create_lure')
-rw-r--r--devtools/create_lure/process_actions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_lure/process_actions.cpp b/devtools/create_lure/process_actions.cpp
index 8539391d57..db965730cb 100644
--- a/devtools/create_lure/process_actions.cpp
+++ b/devtools/create_lure/process_actions.cpp
@@ -255,7 +255,7 @@ uint16 process_action_sequence_entry(int supportIndex, byte *data, uint16 remain
// Replace code offset with an index
params[0] = index;
else {
- printf("\nEncountered unrecognised NPC code jump point: %xh\n", params[0]);
+ printf("\nEncountered unrecognized NPC code jump point: %xh\n", params[0]);
exit(1);
}
break;