aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-06-20 23:04:39 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-06-20 23:31:06 +0200
commit59d5b4ce06473c428e184db8e1baa1416cfb24f4 (patch)
tree3d770549933359709e3f48d4e79798003b6fccf6 /docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3
parent68d1bea5fc7ff0e33965a9613c1d84e989d8ad09 (diff)
opts: fixed some typos
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 b/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3
index 472a938fa..b0100ab53 100644
--- a/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3
+++ b/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3
@@ -39,7 +39,7 @@ zlib algorithm, and \fIgzip\fP which requests the gzip algorithm.
If a zero-length string is set like "", then an Accept-Encoding: header
containing all built-in supported encodings is sent.
-You can also opt to just include the Accept-Encoding: heder in your request
+You can also opt to just include the Accept-Encoding: header in your request
with \fICURLOPT_HTTPHEADER(3)\fP but then there will be no automatic
decompressing when receiving data.