aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-06-07 22:22:35 +0200
committerEugene Sandulenko2016-06-07 22:23:23 +0200
commit060fafd6568c24d5cf1784b19541fc4c6ac19550 (patch)
tree50ceea022cc02cb246a6f8b87577cc69ccf4c526
parent86d6a46fb65bbce1314277ac976f59ad373e3d9a (diff)
downloadscummvm-rg350-060fafd6568c24d5cf1784b19541fc4c6ac19550.tar.gz
scummvm-rg350-060fafd6568c24d5cf1784b19541fc4c6ac19550.tar.bz2
scummvm-rg350-060fafd6568c24d5cf1784b19541fc4c6ac19550.zip
JANITORIAL: Fix warning spelling
-rw-r--r--engines/scumm/he/wiz_he.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/scumm/he/wiz_he.cpp b/engines/scumm/he/wiz_he.cpp
index 68a983d591..e55c3cbb72 100644
--- a/engines/scumm/he/wiz_he.cpp
+++ b/engines/scumm/he/wiz_he.cpp
@@ -1816,11 +1816,10 @@ void Wiz::copy555WizImage(uint8 *dst, uint8 *wizd, int dstPitch, int dstType,
if (compID == 0x12340102) {
((ScummEngine_v100he *)_vm)->_moonbase->blitT14WizImage(dst, dstw, dsth, dstPitch, clipBox, wizd, srcx, srcy, rawROP, paramROP);
} else if (compID == 0x12340802) {
- warning("Distorion codec");
+ warning("Distortion codec");
} else if (compID == 0x12340902) {
error("Unsupported Distortion");
}
-
}
#endif