summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-09 16:29:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-09 16:29:36 +0200
commit248511078132b385a1bb1fa50a9ea789619dc70a (patch)
treea1997576ff13cc348ad327aac601d068556f8575
parente52085eec67fe08549332e715da4a21f288900b4 (diff)
downloadcurl-bagder/blocklist.tar.gz
fixup a typo in CURLMOPT_PIPELINING_SERVER_BL.3bagder/blocklist
-rw-r--r--docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 b/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
index e63a9e833..da3251b62 100644
--- a/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
+++ b/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3
@@ -37,7 +37,7 @@ pipelining. The array is copied by libcurl.
Note that the comparison matches if the Server: header begins with the string
in the block list, i.e "Server: Ninja 1.2.3" and "Server: Ninja 1.4.0" can
-both be blocked by having "Ninja" in the backlist.
+both be blocked by having "Ninja" in the list.
Pass a NULL pointer to clear the block list.
.SH DEFAULT