From fd9266df78e32104af3fa72eb5528b5615a2030e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 1 Jan 2009 17:56:42 +0100 Subject: Fix spelling in some documents. --- doc/README-AUX.txt | 4 ++-- doc/README-BeOS.txt | 2 +- doc/Zeroconf.txt | 2 +- doc/sample-ngircd.conf | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/README-AUX.txt b/doc/README-AUX.txt index 68eea21d..b5242947 100644 --- a/doc/README-AUX.txt +++ b/doc/README-AUX.txt @@ -37,7 +37,7 @@ The following software packages are needed: ftp://arthur.barton.de/pub/unix/aux/libraries/libUTIL-2.1.tar.gz This library contains functions that are common on other UNIX - systems but not on A/UX e.g. memmove(), strerror() und strdup(). + systems but not on A/UX e.g. memmove(), strerror() and strdup(). After installation of these packages just do a "./configure" and "make" to @@ -60,7 +60,7 @@ A few hints in case of errors: the 'config.status' script. Better rename /bin/sh to /bin/sh.AUX and replace it by a symbolic link to /bin/ksh (ln -s /bin/ksh /bin/sh as root). - These procedure should'nt cause you into problems and is recommended + These procedure shouldn't cause you into problems and is recommended even if you don't use ngIRCd. -- diff --git a/doc/README-BeOS.txt b/doc/README-BeOS.txt index ea3816d5..9e8df386 100644 --- a/doc/README-BeOS.txt +++ b/doc/README-BeOS.txt @@ -24,7 +24,7 @@ mit diesem Fehler ab: select(): Bad file descriptor! Es sieht leider so aus, als ob das select() von BeOS nicht mit File-Handles -von Pipes verschiedener Prozesse umgehen kann: sobald der Resolver asyncron +von Pipes verschiedener Prozesse umgehen kann: sobald der Resolver asynchron gestartet wird, also Pipe-Handles im select() vorhanden sind, fuehrt das zu obiger Meldung. diff --git a/doc/Zeroconf.txt b/doc/Zeroconf.txt index 04a32325..12089221 100644 --- a/doc/Zeroconf.txt +++ b/doc/Zeroconf.txt @@ -20,7 +20,7 @@ To use this features you can use one of two APIs: of the newer Avahi[5] library. When calling the configure script using the "--with-zeroconf" switch the -avalable API will be autodetected and the required additional libraries will +available API will be autodetected and the required additional libraries will be linked to the ngircd binary as required. ngIRCd then registers a DNS-SD service for each port it is listening on using 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 -- cgit 1.4.1