diff options
author | Joost Peters | 2009-01-24 20:35:16 +0000 |
---|---|---|
committer | Joost Peters | 2009-01-24 20:35:16 +0000 |
commit | ab30f4417159a580e55030fe0ed9fc5963115ec9 (patch) | |
tree | 84cd27a4ab1301329d1bd14c893f8f193b80f729 /backends/fs | |
parent | 446c837bc7d9ba7e6e7dadaf046bb439a4dba990 (diff) | |
download | scummvm-rg350-ab30f4417159a580e55030fe0ed9fc5963115ec9.tar.gz scummvm-rg350-ab30f4417159a580e55030fe0ed9fc5963115ec9.tar.bz2 scummvm-rg350-ab30f4417159a580e55030fe0ed9fc5963115ec9.zip |
fix typo
svn-id: r36041
Diffstat (limited to 'backends/fs')
-rw-r--r-- | backends/fs/abstract-fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/abstract-fs.h b/backends/fs/abstract-fs.h index 604d6e2000..bd591753e8 100644 --- a/backends/fs/abstract-fs.h +++ b/backends/fs/abstract-fs.h @@ -50,7 +50,7 @@ protected: * Returns the child node with the given name. When called on a non-directory * node, it should handle this gracefully by returning 0. * When called with a name not matching any of the files/dirs contained in this - * directory, a valid node shold be returned, which returns 'false' upon calling + * directory, a valid node should be returned, which returns 'false' upon calling * the exists() method. The idea is that this node can then still can be used to * create a new file via the createWriteStream() method. * |