diff --git a/engines/scumm/imuse_digi/dimuse_sndmgr.h b/engines/scumm/imuse_digi/dimuse_sndmgr.h index f869c62eb5f1..ff6281d5e310 100644 --- a/engines/scumm/imuse_digi/dimuse_sndmgr.h +++ b/engines/scumm/imuse_digi/dimuse_sndmgr.h @@ -47,7 +47,7 @@ class ImuseDigiSndMgr { private: struct Region { int32 offset; // offset of region - int32 length; // lenght of region + int32 length; // length of region }; struct Jump {