From e7081b07d5eceaff5293d87414e991b7bdcc209c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 10 Jun 2016 20:58:05 +0200 Subject: [PATCH] Language and typo fixes. --- configure.ac | 10 +++++----- src/collectd.conf.pod | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 4437aeef..62de3ecd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -]]], -[[[ +]], +[[ int val = CURLINFO_APPCONNECT_TIME; return val; -]]] +]] )], [c_cv_have_curlinfo_appconnect_time="yes"], [c_cv_have_curlinfo_appconnect_time="no"] diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 27ddeb30..27a2d037 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -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 for more details. @@ -1484,7 +1484,7 @@ host was completed. =item B B -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 B -- 2.11.0