summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README-AUX.txt4
-rw-r--r--doc/README-BeOS.txt2
-rw-r--r--doc/Zeroconf.txt2
-rw-r--r--doc/sample-ngircd.conf6
4 files changed, 7 insertions, 7 deletions
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