diff options
| author | Alexander Barton <alex@barton.de> | 2011-12-30 00:50:27 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2011-12-30 00:50:27 +0100 |
| commit | e19ce437cadca5697a052ade944118a42709eabd (patch) | |
| tree | 85e9c7d52fc96b44029deb3b35dcea29a6a328b2 /configure.in | |
| parent | 4e550bf9ef9d8c05a753f27c6deec8ada0fb0ce9 (diff) | |
| download | ngircd-e19ce437cadca5697a052ade944118a42709eabd.tar.gz ngircd-e19ce437cadca5697a052ade944118a42709eabd.zip | |
Fixed some spelling errors in documentation and code comments
Thanks to Christoph Biedl!
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d2241f63..fb087783 100644 --- a/configure.in +++ b/configure.in @@ -340,7 +340,7 @@ else fi if test "$x_io_backend" = "none"; then - AC_MSG_ERROR([No useabe IO API activated/found!?]) + AC_MSG_ERROR([No useable IO API activated/found!?]) fi # use SSL? |