diff options
author | Araq <rumpf_a@web.de> | 2010-10-25 23:49:48 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-10-25 23:49:48 +0200 |
commit | 1dd9ec85b28335baae23d1e8d7bdb00a74c16cbf (patch) | |
tree | 33d60936af173bdb14c418c296370e74785ce1c5 /todo.txt | |
parent | beb9e3d32579ec9a5f9251f5cb89e857de31c8d9 (diff) | |
download | Nim-1dd9ec85b28335baae23d1e8d7bdb00a74c16cbf.tar.gz |
bugfix: typo in SMTP module; SCGI module finished
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index dc9d1fde4..9240286be 100755 --- a/todo.txt +++ b/todo.txt @@ -59,7 +59,7 @@ Library - locale support - conversion between character sets - bignums -- ftp, smtp (and other internet protocols) +- ftp (and other internet protocols) - pdcurses bindings - queues additional to streams: have two positions (read/write) instead of one |