summaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-06-09 08:09:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-06-09 08:09:47 +0200
commitbf5218c85eba8d13c6c40a8047b8018b4ff5f1ed (patch)
tree09f9b6ca6a43490c507a2ced98615ed5a47f30c5 /docs/HTTP2.md
parentc2cc3a5e97fb5572c6150ea038714a9ab088e079 (diff)
parentcbf2920d02b6d8feff7b8a36b174fef162bbcf1d (diff)
downloadcurl-bf5218c85eba8d13c6c40a8047b8018b4ff5f1ed.tar.gz
Merge branch 'master' into http2-push
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index 863a3cee8..ea14e57c5 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -73,7 +73,7 @@ those transfers. With the new option `CURLOPT_PIPEWAIT` (added in 7.43.0), you
can ask that a transfer should rather wait and see in case there's a
connection for the same host in progress that might end up being possible to
multiplex on. It favours keeping the number of connections low to the cost of
-slightly longer time to first byte transfered.
+slightly longer time to first byte transferred.
Applications
------------