aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2006-01-02 19:52:05 +0000
committerMax Horn2006-01-02 19:52:05 +0000
commit978cbb3fd00be5f57a42a58b8ea9447311ac1d98 (patch)
tree58c58c4f31b71d4bd580decdfd575ab05c91f861 /base
parentf4a15f5f0d9882f12e36ca2f4785e42f87032828 (diff)
downloadscummvm-rg350-978cbb3fd00be5f57a42a58b8ea9447311ac1d98.tar.gz
scummvm-rg350-978cbb3fd00be5f57a42a58b8ea9447311ac1d98.tar.bz2
scummvm-rg350-978cbb3fd00be5f57a42a58b8ea9447311ac1d98.zip
Typo
svn-id: r19889
Diffstat (limited to 'base')
-rw-r--r--base/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 8d8705dda2..3ae7698eee 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -188,7 +188,7 @@ GameDetector::GameDetector() {
}
}
}
- /* check that we can the dir is there */
+ /* check that the dir is there */
if (stat(savePath, &sb) == 0) {
ConfMan.registerDefault("savepath", savePath);
}