aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLMOPT_PIPELINING.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-09-01 14:09:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-09-01 14:09:21 +0200
commit4c44155cfe67c2eb009b49ba03876767dfa18ea5 (patch)
tree45cda77f6dbdc1735ff0bc4ff212682591d50a9c /docs/libcurl/opts/CURLMOPT_PIPELINING.3
parenta409b4b4668ea8f98ec0175e27bc1e1eb510aff9 (diff)
CURLMOPT_PIPELINING.3: language
Diffstat (limited to 'docs/libcurl/opts/CURLMOPT_PIPELINING.3')
-rw-r--r--docs/libcurl/opts/CURLMOPT_PIPELINING.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_PIPELINING.3 b/docs/libcurl/opts/CURLMOPT_PIPELINING.3
index 716979656..1a4047659 100644
--- a/docs/libcurl/opts/CURLMOPT_PIPELINING.3
+++ b/docs/libcurl/opts/CURLMOPT_PIPELINING.3
@@ -40,7 +40,7 @@ connection rather than being executed in parallel.
For multiplexing, this means that follow-up requests can re-use an existing
connection and send the new request multiplexed over that at the same time as
-other transfers are already done of that single connection.
+other transfers are already using that single connection.
There are several other related options that are interesting to tweak and
adjust to alter how libcurl spreads out requests on different connections or