Commit Diff


commit - 25b19e08e2083f7b1972820ca4c096687d7eeaca
commit + d5763937ad8d482f3e62299428f8cb4b601c6ace
blob - 034b565305232131f5e63126c49cab0a7768a150
blob + c0309965de4fb16c492c4244b0a3821bf3c4324c
--- configure.ng
+++ 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"