correct bug in last commit
[claws.git] / configure.in
index 8429da1bb511ae15b67905b49a5a763166a0beec..d44f9d4a13d1d674a37074acf84af630ce60b2fb 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws50
+EXTRA_VERSION=claws141
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
@@ -291,7 +291,7 @@ else
        AC_MSG_RESULT(no)
 fi
 
-dnl ASPELL is user for spell checking
+dnl GNU/Aspell is used for spell checking
 AC_ARG_ENABLE(aspell,
        [  --enable-aspell         Enable GNU/aspell support [default=no]],
        [ac_cv_enable_aspell=$enableval], [ac_cv_enable_aspell=no])