diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-03 14:26:07 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-02-03 14:26:07 +0000 |
commit | b57708f4da4789bab7121112aef3acd12a9834c9 (patch) | |
tree | 8e11c25c15fddf303a2212b2836664064b22b439 /conf | |
parent | c24755c99f3d94d9f4c7497b52869e1f8f6a1164 (diff) |
Fix a few typos spotted by dav7, thanks.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11024 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index 33083d541..743306d63 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -526,12 +526,12 @@ # runasuser: If this is set, InspIRCd will attempt to setuid # to run as this user- allows binding of ports under 1024. - # NOT SUPPORTED/NEEDED UNDER WIINDOWS. + # NOT SUPPORTED/NEEDED UNDER WINDOWS. #runasuser="" # runasgroup: If this is set, InspIRCd will attempt to set group # to run under this group, which allows binding of ports under 1024 - # NOT SUPPORTED/NEEDED UNDER WIINDOWS. + # NOT SUPPORTED/NEEDED UNDER WINDOWS. #runasgroup="" # restrictbannedusers: If this is set, InspIRCd will not allow users @@ -579,7 +579,7 @@ # maxgecos: Maximum length of a GECOS (realname). maxgecos="128" - # maxaway: Maximum length of an away messahe. + # maxaway: Maximum length of an away message. maxaway="200"> |