aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-11-07 01:36:53 +0000
committerJonathan Gray2003-11-07 01:36:53 +0000
commit9a1cfe838f6ad609b135170f95109d7b07adc5fa (patch)
treea25fdcd609763723911b3096a1f68264a93b8429 /sword2/resman.cpp
parentb8379d646a9689de98bb27f70529e7b7a54c9699 (diff)
downloadscummvm-rg350-9a1cfe838f6ad609b135170f95109d7b07adc5fa.tar.gz
scummvm-rg350-9a1cfe838f6ad609b135170f95109d7b07adc5fa.tar.bz2
scummvm-rg350-9a1cfe838f6ad609b135170f95109d7b07adc5fa.zip
spelling fixes
svn-id: r11175
Diffstat (limited to 'sword2/resman.cpp')
-rw-r--r--sword2/resman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/resman.cpp b/sword2/resman.cpp
index 4da9dc4ee6..cec6bf1df7 100644
--- a/sword2/resman.cpp
+++ b/sword2/resman.cpp
@@ -1204,7 +1204,7 @@ void ResourceManager::cacheNewCluster(uint32 newCluster) {
}
void ResourceManager::getCd(int cd) {
- // TODO support a seperate path for cd data?
+ // TODO support a separate path for cd data?
bool done = false;
char sCDName[_MAX_PATH];