diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/gameDetector.cpp | 2 |
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); } |