Language and typo fixes.
authorSebastian Harl <sh@tokkee.org>
Fri, 10 Jun 2016 18:58:05 +0000 (20:58 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 10 Jun 2016 19:04:49 +0000 (21:04 +0200)
configure.ac
src/collectd.conf.pod

index 4437aee..62de3ec 100644 (file)
@@ -1951,17 +1951,17 @@ then
        SAVE_CPPFLAGS="$CPPFLAGS"
        SAVE_LDFLAGS="$LDFLAGS"
        CPPFLAGS="$CPPFLAGS $with_curl_cflags"
-       LDFLAGS="$LDFLAGS $curl_curl_libs"
+       LDFLAGS="$LDFLAGS $with_curl_libs"
        AC_CACHE_CHECK([for CURLINFO_APPCONNECT_TIME],
                [c_cv_have_curlinfo_appconnect_time],
                AC_LINK_IFELSE([AC_LANG_PROGRAM(
-[[[
+[[
 #include <curl/curl.h>
-]]],
-[[[
+]],
+[[
 int val = CURLINFO_APPCONNECT_TIME;
 return val;
-]]]
+]]
                        )],
                        [c_cv_have_curlinfo_appconnect_time="yes"],
                        [c_cv_have_curlinfo_appconnect_time="no"]
index 27ddeb3..27a2d03 100644 (file)
@@ -1457,7 +1457,7 @@ All cURL-based plugins support collection of generic, request-based
 statistics. These are disabled by default and can be enabled selectively for
 each page or URL queried from the curl, curl_json, or curl_xml plugins. See
 the documentation of those plugins for specific information. This section
-describes the available metrics that can be configured with each plugin. All
+describes the available metrics that can be configured for each plugin. All
 options are disabled by default.
 
 See L<http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html> for more details.
@@ -1484,7 +1484,7 @@ host was completed.
 
 =item B<PretransferTime> B<true|false>
 
-Time it took from the start until the file transfer is just about to begin.
+Time it took from the start until just before the transfer begins.
 
 =item B<StarttransferTime> B<true|false>