summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authordom96 <dominikpicheta@googlemail.com>2011-05-22 19:25:29 +0100
committerdom96 <dominikpicheta@googlemail.com>2011-05-22 19:25:29 +0100
commit23da2a0eaa959578b4f1d7a5c0559d264d3425ba (patch)
tree9cf3d265c707bde431e4d0832e1c1856fc365912 /web
parent90ad1182191ed42f5c6cad707a112183b43b713c (diff)
downloadNim-23da2a0eaa959578b4f1d7a5c0559d264d3425ba.tar.gz
Added a helpful iterator to redis. Fixed some issues with stderr in osproc. Fixed doc generation issues.
Diffstat (limited to 'web')
-rwxr-xr-xweb/nimrod.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nimrod.ini b/web/nimrod.ini
index be650cec2..b74659ad5 100755
--- a/web/nimrod.ini
+++ b/web/nimrod.ini
@@ -33,7 +33,7 @@ srcdoc: "pure/parsecfg;pure/parsexml;pure/parsecsv;pure/parsesql"
 srcdoc: "pure/streams;pure/terminal;pure/cgi;impure/web;pure/unicode"
 srcdoc: "impure/zipfiles;pure/xmlgen;pure/parseutils;pure/browsers"
 srcdoc: "impure/db_postgres;impure/db_mysql;impure/db_sqlite"
-srcdoc: "pure/httpserver;pure/httpclient;pure/stmp;impure/ssl"
+srcdoc: "pure/httpserver;pure/httpclient;pure/smtp;impure/ssl"
 srcdoc: "pure/ropes;pure/unidecode/unidecode;pure/xmldom;pure/xmldomparser"
 srcdoc: "pure/xmlparser;pure/htmlparser;pure/xmltree;pure/colors"
 srcdoc: "pure/json;pure/base64;pure/scgi;impure/graphics"