about summary refs log tree commit diff
path: root/configure.ng
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2013-02-15 21:26:47 +0100
committerAlexander Barton <alex@barton.de>2013-02-15 21:26:47 +0100
commitd5763937ad8d482f3e62299428f8cb4b601c6ace (patch)
tree596917892bb218be953da59ad87142be1399f47c /configure.ng
parent25b19e08e2083f7b1972820ca4c096687d7eeaca (diff)
downloadngircd-d5763937ad8d482f3e62299428f8cb4b601c6ace.tar.gz
ngircd-d5763937ad8d482f3e62299428f8cb4b601c6ace.zip
configure: conversation -> conversion
Diffstat (limited to 'configure.ng')
-rw-r--r--configure.ng2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ng b/configure.ng
index 034b5653..c0309965 100644
--- a/configure.ng
+++ b/configure.ng
@@ -519,7 +519,7 @@ if test "$x_ircplus_on" = "yes"; then
 	x_iconv_on=no
 	AC_ARG_WITH(iconv,
 		AS_HELP_STRING([--with-iconv],
-			       [enable character conversation using libiconv]),
+			       [enable character conversion using libiconv]),
 		[ if test "$withval" != "no"; then
 			if test "$withval" != "yes"; then
 				CFLAGS="-I$withval/include $CFLAGS"