more spelling fixes

svn-id: r11176
This commit is contained in:
Jonathan Gray 2003-11-07 02:11:41 +00:00
parent 9a1cfe838f
commit 7c97e7c2b9
7 changed files with 7 additions and 7 deletions

View file

@ -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;