diff options
Diffstat (limited to 'doc/sample-ngircd.conf')
| -rw-r--r-- | doc/sample-ngircd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 041542e7..526e8801 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -56,7 +56,7 @@ # Diffie-Hellman parameters ;SSLDHFile = /usr/local/etc/ngircd/ssl/dhparams.pem - # comma seperated list of IP addresses on which the server should + # comma separated list of IP addresses on which the server should # listen. Default values are: # "0.0.0.0" or (if compiled with IPv6 support) "::,0.0.0.0" # so the server listens on all IP addresses of the system by default. @@ -212,13 +212,13 @@ # Connect to the remote server using TLS/SSL (Default: false) ;SSLConnect = yes - # Define a (case insensitive) mask matching nick names that sould be + # Define a (case insensitive) mask matching nick names that should be # treated as IRC services when introduced via this remote server. # REGULAR SERVERS DON'T NEED this parameter, so leave it empty # (which is the default). # When you are connecting IRC services which mask as a IRC server # and which use "virtual users" to communicate with, for example - # "NickServ" amd "ChanServ", you should set this parameter to + # "NickServ" and "ChanServ", you should set this parameter to # something like "*Serv". ;ServiceMask = *Serv |