aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index f2ea764c76..b8038d0706 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -802,7 +802,7 @@ int ScummEngine::readSoundResource(int type, int idx) {
return 1;
} else if (basetag == MKID('FMUS')) {
// Used in 3DO version of puttputt joins the parade and probably others
- // Specifies a seperate file to be used for music from what I gather.
+ // Specifies a separate file to be used for music from what I gather.
int tmpsize;
int i = 0;
File dmuFile;