summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/header.d
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2020-11-05 09:36:24 +0100
committerDaniel Gustafsson <daniel@yesql.se>2020-11-05 09:36:24 +0100
commitafbf7d260c59221a262d939165806e804eb46534 (patch)
tree8dd7123cd48fd3d4bcbe86b84580814eaaa4dfe0 /docs/cmdline-opts/header.d
parentac0a88fd2552524955233198de96cc66f6b15a07 (diff)
downloadcurl-afbf7d260c59221a262d939165806e804eb46534.tar.gz
docs: Fix various typos in documentation
Closes #6171 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'docs/cmdline-opts/header.d')
-rw-r--r--docs/cmdline-opts/header.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/header.d b/docs/cmdline-opts/header.d
index 99248ce80..980467d5b 100644
--- a/docs/cmdline-opts/header.d
+++ b/docs/cmdline-opts/header.d
@@ -30,7 +30,7 @@ You need --proxy-header to send custom headers intended for a HTTP
proxy. Added in 7.37.0.
Passing on a "Transfer-Encoding: chunked" header when doing a HTTP request
-with a requst body, will make curl send the data using chunked encoding.
+with a request body, will make curl send the data using chunked encoding.
Example: