about summary refs log tree commit diff
path: root/doc/README-AUX.txt
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2009-01-01 17:56:42 +0100
committerAlexander Barton <alex@barton.de>2009-01-01 17:56:42 +0100
commitfd9266df78e32104af3fa72eb5528b5615a2030e (patch)
tree39001175297051e3ca6fe1e3fdf22b35b4f64e46 /doc/README-AUX.txt
parent0e4e22a7a671d1e8efbc44bffd80062191f75c38 (diff)
downloadngircd-fd9266df78e32104af3fa72eb5528b5615a2030e.tar.gz
ngircd-fd9266df78e32104af3fa72eb5528b5615a2030e.zip
Fix spelling in some documents.
Diffstat (limited to 'doc/README-AUX.txt')
-rw-r--r--doc/README-AUX.txt4
1 files changed, 2 insertions, 2 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.
 
 --