aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJonathan Gray2003-11-07 02:54:21 +0000
committerJonathan Gray2003-11-07 02:54:21 +0000
commitd4a9c911ba2587fd28bb2c4c4b6710db0a32696c (patch)
tree6ad3e4fcbe651e4758d37c73ef65830697ea3ab9 /TODO
parent8ce682d330741dac2a2aabc938d1b5163359e4aa (diff)
downloadscummvm-rg350-d4a9c911ba2587fd28bb2c4c4b6710db0a32696c.tar.gz
scummvm-rg350-d4a9c911ba2587fd28bb2c4c4b6710db0a32696c.tar.bz2
scummvm-rg350-d4a9c911ba2587fd28bb2c4c4b6710db0a32696c.zip
missed one
svn-id: r11182
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index b0edca1fb5..b222ae3614 100644
--- a/TODO
+++ b/TODO
@@ -26,7 +26,7 @@ General
replace the current File/FilesystemNode classes (and maybe SaveFileManager).
The goal is to make these things as portable as possible while keeping it
easy to use for the coder. Some new functionality we need:
- - check for existance of file/directory
+ - check for existence of file/directory
- check whether given directory is readable/writeable
- convert FSNode into a string representation (for prefs file)
- convert said string representation back to FSNode