diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2015-03-24 15:02:22 -0400 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2015-03-24 21:48:15 +0100 |
commit | 9edf28e12dec755b3af245931004dc3465ba7b1a (patch) | |
tree | 002dc4ebb19837d893600cc719822470264dac7d /docs/libcurl | |
parent | bbd0dd3fe264012b2837e79f624e1580181916ba (diff) |
curl_easy_setopt.3: Fix misspelling in CURLOPT_PATH_AS_IS description
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index aa1c0dc7f..712dae90c 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -146,7 +146,7 @@ Fail on HTTP 4xx errors. \fICURLOPT_FAILONERROR(3)\fP .IP CURLOPT_URL URL to work on. See \fICURLOPT_URL(3)\fP .IP CURLOPT_PATH_AS_IS -Disable squashing /../ and /./ sequences in tha path. See \fICURLOPT_PATH_AS_IS(3)\fP +Disable squashing /../ and /./ sequences in the path. See \fICURLOPT_PATH_AS_IS(3)\fP .IP CURLOPT_PROTOCOLS Allowed protocols. See \fICURLOPT_PROTOCOLS(3)\fP .IP CURLOPT_REDIR_PROTOCOLS |