aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-06-05 14:05:48 +0000
committerTravis Howell2003-06-05 14:05:48 +0000
commitbec113014805f79507b0cdde38689f5dac40e791 (patch)
tree32db6b7f58482d0f9588106abe22c505e4c295cc /simon
parente97b91161cf2ab408cbe0fb6aeb4d994070fe916 (diff)
downloadscummvm-rg350-bec113014805f79507b0cdde38689f5dac40e791.tar.gz
scummvm-rg350-bec113014805f79507b0cdde38689f5dac40e791.tar.bz2
scummvm-rg350-bec113014805f79507b0cdde38689f5dac40e791.zip
Typo
svn-id: r8327
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index af7ceeadf3..8a62f013d2 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -4400,7 +4400,7 @@ void SimonEngine::go() {
// English and German versions of Simon the Sorcerer 1 don't have full subtitles
} else if (_language < 2) {
_subtitles = false;
- // Allow choose in other versions of Simon the Sorcerer 1
+ // Allow choice in other versions of Simon the Sorcerer 1
} else {
if (_noSubtitles)
_subtitles = false;