diff options
| author | Alexander Barton <alex@barton.de> | 2003-03-09 22:03:58 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-03-09 22:03:58 +0000 |
| commit | a84b9d99a1587c0c9d1fe6f8fda77adb6a6bab47 (patch) | |
| tree | be70b7975ec0e43f959c7a5b4d8b33a8fa0df3ec /doc | |
| parent | 5170ecf045d70bb7b7549f74807c1938eeed2769 (diff) | |
| download | ngircd-a84b9d99a1587c0c9d1fe6f8fda77adb6a6bab47.tar.gz ngircd-a84b9d99a1587c0c9d1fe6f8fda77adb6a6bab47.zip | |
Fixed some spelling mistakes -- thanks to ispell ;-)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sample-ngircd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index ce6a162c..b16f7595 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.18 2003/01/04 13:07:54 alex Exp $ +# $Id: sample-ngircd.conf,v 1.19 2003/03/09 22:03:58 alex Exp $ # # This is a sample configuration for the ngIRCd, which must adept to the @@ -33,7 +33,7 @@ # one port, separated with ";". (Default: 6667) ;Ports = 6667, 6668, 66694 - # Textfile with the "message of the day" (MOTD). This will be shown + # Text file with the "message of the day" (MOTD). This will be shown # on a user connection with the server. ;MotdFile = /usr/local/etc/ngircd.motd @@ -53,7 +53,7 @@ # inactivity of this client. ;PingTimeout = 120 - # If there is an answer of a client, to which the ping was sended, + # If there is an answer of a client, to which the ping was sent, # not after <PongTimeout> seconds, it will be disconnected. ;PongTimeout = 20 @@ -65,7 +65,7 @@ # they are not(!) channel-operators? ;OperCanUseMode = no - # Maximum number of simultanous connection the server is allowed + # Maximum number of simultaneous connection the server is allowed # to accept (<=0: unlimited): ;MaxConnections = -1 |