Module: ngircd.git Branch: master Commit: d5763937ad8d482f3e62299428f8cb4b601c6ace URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=d5763...
Author: Alexander Barton alex@barton.de Date: Fri Feb 15 21:26:47 2013 +0100
configure: conversation -> conversion
---
configure.ng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ng b/configure.ng index 034b565..c030996 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"
ngircd-commits@lists.barton.de