aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/iff_container.h2
1 files changed, 1 insertions, 1 deletions
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();
}