From 93632681c0e23da9031c68785060f197100411a6 Mon Sep 17 00:00:00 2001 From: Joel Teichroeb Date: Wed, 4 Apr 2012 21:23:14 -0700 Subject: SCUMM: Fix spelling of length --- engines/scumm/imuse_digi/dimuse_sndmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/imuse_digi/dimuse_sndmgr.h b/engines/scumm/imuse_digi/dimuse_sndmgr.h index f869c62eb5..ff6281d5e3 100644 --- a/engines/scumm/imuse_digi/dimuse_sndmgr.h +++ b/engines/scumm/imuse_digi/dimuse_sndmgr.h @@ -47,7 +47,7 @@ public: private: struct Region { int32 offset; // offset of region - int32 length; // lenght of region + int32 length; // length of region }; struct Jump { -- cgit v1.2.3