diff options
author | Johannes Schickel | 2009-01-20 12:37:05 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-01-20 12:37:05 +0000 |
commit | c0cd121ffda81d2aa8a101f5781e765541c87ae4 (patch) | |
tree | 95242f279e9bef94c29217b9781113b42de1f166 | |
parent | 9b116c81c511bcd78771c8a540051c3193a21f7b (diff) | |
download | scummvm-rg350-c0cd121ffda81d2aa8a101f5781e765541c87ae4.tar.gz scummvm-rg350-c0cd121ffda81d2aa8a101f5781e765541c87ae4.tar.bz2 scummvm-rg350-c0cd121ffda81d2aa8a101f5781e765541c87ae4.zip |
Fixed typo in comment.
svn-id: r35948
-rw-r--r-- | common/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/fs.h b/common/fs.h index 4d3a417c8b..6a0b6d07e7 100644 --- a/common/fs.h +++ b/common/fs.h @@ -245,7 +245,7 @@ public: * would be cached as 'data/file.ext' if FSDirectory was created on 'c:/my' with * depth > 1. If depth was 1, then the 'data' subdirectory would have been * ignored, instead. - * Again, only BACKSLASHES are used as separators independently from the + * Again, only SLASHES are used as separators independently from the * underlying file system. * * Relative paths can be specified when calling matching functions like openFile(), |