aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-10 04:25:01 +0000
committerYang Tse <yangsita@gmail.com>2009-06-10 04:25:01 +0000
commitd6662d8442704d840f6a0916b7f37259b7c7e918 (patch)
tree1a2f7e73427175fa530d9c6207ccf5d00d832b28
parent1d97f13462897cacb8f8897fb0db07b663fd8645 (diff)
fix language in comment
-rw-r--r--m4/curl-confopts.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4
index 621d2df91..3ae73785f 100644
--- a/m4/curl-confopts.m4
+++ b/m4/curl-confopts.m4
@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 5
+# serial 6
dnl CURL_CHECK_OPTION_CURLDEBUG
@@ -66,7 +66,7 @@ AC_HELP_STRING([--disable-curldebug],[Disable curl debug memory tracking]),
dnl debug memory tracking for the libcurl library. This can only
dnl be done when some requisites are simultaneously satisfied.
dnl Later on, these requisites are verified and if they are not
- dnl not fully satisfied the option will be ignored and act as if
+ dnl fully satisfied the option will be ignored and act as if
dnl --disable-curldebug had been given setting shell variable
dnl want_curldebug to 'no'.
want_curldebug="yes"