aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script.cpp
diff options
context:
space:
mode:
authorKirben2014-03-05 09:17:54 +1100
committerKirben2014-03-05 09:17:54 +1100
commit41d46f07ef0f93c131644cd4dc3a00752df05c12 (patch)
treea8d17b9c86e671f428982f0bda21b9c46a379900 /engines/agos/script.cpp
parentee3f26e4b6548b93419b9729645ae2c3c2b5ab81 (diff)
downloadscummvm-rg350-41d46f07ef0f93c131644cd4dc3a00752df05c12.tar.gz
scummvm-rg350-41d46f07ef0f93c131644cd4dc3a00752df05c12.tar.bz2
scummvm-rg350-41d46f07ef0f93c131644cd4dc3a00752df05c12.zip
AGOS: Correct typos in comments.
Diffstat (limited to 'engines/agos/script.cpp')
-rw-r--r--engines/agos/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp
index c6aa4c9246..6f809d9e2d 100644
--- a/engines/agos/script.cpp
+++ b/engines/agos/script.cpp
@@ -264,7 +264,7 @@ void AGOSEngine::o_add() {
uint var = getVarWrapper();
writeVariable(var, readVariable(var) + getVarOrWord());
- // WORKAROUND: The converation of the male in Vid-Phone Booth at Dave's Space Bar
+ // WORKAROUND: The conversation of the male in Vid-Phone Booth at Dave's Space Bar
// is based on variable 116, but stops due to a missing option (37).
if (getGameType() == GType_FF && _currentTable->id == 10538 && readVariable(116) == 37)
writeVariable(116, 38);