From fa0fe7fada18be6499694f94164af3d06fdf628a Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 12 May 2009 13:56:09 +0000 Subject: Typo. svn-id: r40487 --- common/iff_container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/iff_container.h b/common/iff_container.h index a70548abd4..2299d76e0c 100644 --- a/common/iff_container.h +++ b/common/iff_container.h @@ -202,7 +202,7 @@ public: IFFParser(Common::ReadStream &input) : _formChunk(&input), _chunk(&input) { _formChunk.readHeader(); if (_formChunk.id != ID_FORM) { - error("IFFDecoder input is not a FORM type IFF file"); + error("IFFParser input is not a FORM type IFF file"); } _typeId = _formChunk.readUint32BE(); } -- cgit v1.2.3