diff options
author | Max Horn | 2011-04-13 23:08:34 +0200 |
---|---|---|
committer | Max Horn | 2011-04-14 09:26:50 +0200 |
commit | 4ab51a8b26c8964a731ff61f212751f6af2e7069 (patch) | |
tree | a8b0ca22dfb8506a0539fe963b3a8524b093a517 /engines/scumm | |
parent | 3d1dcefd4605df27e2dce0425dfce159a20c5a9e (diff) | |
download | scummvm-rg350-4ab51a8b26c8964a731ff61f212751f6af2e7069.tar.gz scummvm-rg350-4ab51a8b26c8964a731ff61f212751f6af2e7069.tar.bz2 scummvm-rg350-4ab51a8b26c8964a731ff61f212751f6af2e7069.zip |
SCUMM: Typo
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/imuse_digi/dimuse_codecs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/imuse_digi/dimuse_codecs.cpp b/engines/scumm/imuse_digi/dimuse_codecs.cpp index fd9deb7b44..c78e313fc2 100644 --- a/engines/scumm/imuse_digi/dimuse_codecs.cpp +++ b/engines/scumm/imuse_digi/dimuse_codecs.cpp @@ -229,7 +229,7 @@ int32 decompressADPCM(byte *compInput, byte *compOutput, int channels) { // Every block starts with a 2 byte word. If that word is // non-zero, it indicates the size of a block of raw audio // data (not encoded) following it. That data we simply copy - // to the output buffer and the proceed by decoding the + // to the output buffer and then proceed by decoding the // remaining data. // // If on the other hand the word is zero, then what follows |