aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
authorThierry Crozat2014-09-07 14:59:43 +0100
committerThierry Crozat2014-09-07 14:59:56 +0100
commit72d37eeb821f63411575fed6c1c94724c109cc8e (patch)
treefadff2454d0edf650db791d62ab803fcc4d29646 /engines/sword1
parentab742d7308b3e3887b2f4665a7fc7dbd3eb80462 (diff)
downloadscummvm-rg350-72d37eeb821f63411575fed6c1c94724c109cc8e.tar.gz
scummvm-rg350-72d37eeb821f63411575fed6c1c94724c109cc8e.tar.bz2
scummvm-rg350-72d37eeb821f63411575fed6c1c94724c109cc8e.zip
SWORD1: Fix typo in comment
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/sound.cpp b/engines/sword1/sound.cpp
index 9aed66b461..a6e6d3917e 100644
--- a/engines/sword1/sound.cpp
+++ b/engines/sword1/sound.cpp
@@ -116,7 +116,7 @@ void Sound::checkSpeechFileEndianness() {
return;
// I picked the sample to use randomly (I just made sure it is long enough so that there is
- // a fair change of the heuristic to have a stable result and work for every language).
+ // a fair chance of the heuristic to have a stable result and work for every language).
int roomNo = _currentCowFile == 1 ? 1 : 129;
int localNo = _currentCowFile == 1 ? 2 : 933;
// Get the speech data and apply the heuristic