aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2007-09-18 23:19:51 +0000
committerJohannes Schickel2007-09-18 23:19:51 +0000
commit5831459859818a3d434b0f2ceabc9e3be616c587 (patch)
tree625807c1b2a49d2d36a29deba3462d78bb7fe640
parent9f4e4f9771972cf533eba7d2e1fa07977e9a501f (diff)
downloadscummvm-rg350-5831459859818a3d434b0f2ceabc9e3be616c587.tar.gz
scummvm-rg350-5831459859818a3d434b0f2ceabc9e3be616c587.tar.bz2
scummvm-rg350-5831459859818a3d434b0f2ceabc9e3be616c587.zip
Fixed a typo. (Thanks to our Doctor for spotting it)
svn-id: r28956
-rw-r--r--common/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 3f475e3792..183d50ed25 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -446,7 +446,7 @@ bool File::exists(const String &filename) {
// FIXME: since (as stated in the comment above) FilesystemNode creation
// just works for absolute paths, and we use this to tell if a file
- // exsists in any of the setup paths so we ca not use:
+ // exists in any of the setup paths so we ca not use:
//return (!file.isDirectory() && file.exists());
//
// I.e.: