aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/script.cpp
diff options
context:
space:
mode:
authorJoseph-Eugene Winzer2018-03-20 12:42:25 +0100
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit7abc364a4ae635ac90420942cb8bb191e657379b (patch)
tree601a5b6e99c5fe2e2fe9e94c066a1fb0d7d848e4 /engines/lilliput/script.cpp
parent1552128291f047fc10082642650ea202b17923a2 (diff)
downloadscummvm-rg350-7abc364a4ae635ac90420942cb8bb191e657379b.tar.gz
scummvm-rg350-7abc364a4ae635ac90420942cb8bb191e657379b.tar.bz2
scummvm-rg350-7abc364a4ae635ac90420942cb8bb191e657379b.zip
LILLIPUT: Fixes typo
Diffstat (limited to 'engines/lilliput/script.cpp')
-rw-r--r--engines/lilliput/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lilliput/script.cpp b/engines/lilliput/script.cpp
index 61dabc1d75..7197571480 100644
--- a/engines/lilliput/script.cpp
+++ b/engines/lilliput/script.cpp
@@ -1148,7 +1148,7 @@ void LilliputScript::sub189B8() {
void LilliputScript::decodePackedText(char *buf) {
debugC(2, kDebugScript, "decodePackedText(buf)");
- // All the languages use the English dictionnary
+ // All the languages use the English dictionary
static const char *nounsArrayPtr = "I am |You are |you are |hou art |in the |is the |is a |in a |To the |to the |by |going |here |The|the|and |some |build|not |way|I |a |an |from |of |him|her|by |his |ing |tion|have |you|I've |can't |up |to |he |she |down |what|What|with|are |and|ent|ian|ome|ed |me|my|ai|it|is|of|oo|ea|er|es|th|we|ou|ow|or|gh|go|er|st|ee|th|sh|ch|ct|on|ly|ng|nd|nt|ty|ll|le|de|as|ie|in|ss|'s |'t |re|gg|tt|pp|nn|ay|ar|wh|";
_vm->_displayStringIndex = 0;