diff options
author | Willem Jan Palenstijn | 2013-06-06 16:44:48 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-06-06 16:45:59 +0200 |
commit | c9f0e8149d54ad36c862816964cd88c4980e9b15 (patch) | |
tree | a8b1a5000025454215dde9e7e81c44b7e2b70b31 /backends/fs | |
parent | 7456a2ca239773982f980086a2ae77ad5d31b1ab (diff) | |
download | scummvm-rg350-c9f0e8149d54ad36c862816964cd88c4980e9b15.tar.gz scummvm-rg350-c9f0e8149d54ad36c862816964cd88c4980e9b15.tar.bz2 scummvm-rg350-c9f0e8149d54ad36c862816964cd88c4980e9b15.zip |
ALL: Fix typo (succesful -> successful)
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this.
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 54e3958972..2b66a6e6e1 100644 --- a/backends/fs/abstract-fs.h +++ b/backends/fs/abstract-fs.h @@ -100,7 +100,7 @@ public: * @param mode Mode to use while listing the directory. * @param hidden Whether to include hidden files or not in the results. * - * @return true if succesful, false otherwise (e.g. when the directory does not exist). + * @return true if successful, false otherwise (e.g. when the directory does not exist). */ virtual bool getChildren(AbstractFSList &list, ListMode mode, bool hidden) const = 0; |