From 8b31ef5dc4aca7668d389ba4ed72f1828b3bf9aa Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 19 Aug 2005 22:36:49 +0000 Subject: typo svn-id: r18707 --- scumm/smush/saud_channel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/smush/saud_channel.cpp b/scumm/smush/saud_channel.cpp index 566ef49310..74ab1e4094 100644 --- a/scumm/smush/saud_channel.cpp +++ b/scumm/smush/saud_channel.cpp @@ -30,7 +30,7 @@ namespace Scumm { void SaudChannel::handleStrk(Chunk &b) { int32 size = b.getSize(); if (size != 14 && size != 10) { - error("STRK has a invalid size : %d", size); + error("STRK has an invalid size : %d", size); } } @@ -41,7 +41,7 @@ void SaudChannel::handleSmrk(Chunk &b) { void SaudChannel::handleShdr(Chunk &b) { int32 size = b.getSize(); if (size != 4) - error("SMRK has a invalid size : %d", size); + error("SHDR has an invalid size : %d", size); } bool SaudChannel::handleSubTags(int32 &offset) { -- cgit v1.2.3