aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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.: