From 4ab51a8b26c8964a731ff61f212751f6af2e7069 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 13 Apr 2011 23:08:34 +0200 Subject: SCUMM: Typo --- engines/scumm/imuse_digi/dimuse_codecs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') 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 -- cgit v1.2.3