aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2015-09-05 11:45:25 +0300
committerDaniel Stenberg <daniel@haxx.se>2015-09-05 23:19:49 +0200
commit3a4f42dd0c4310719d4185391718acf5f53383c0 (patch)
tree974822ca06320b8c5bea2b14d53ec8e35093ddc7 /docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
parent5ea0004438adc0ce7aef04aeb90e6ddb69283bb9 (diff)
CURLOPT_PATH_AS_IS.3: fix typo
leavit => leaveit closes #412
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_PATH_AS_IS.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_PATH_AS_IS.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 b/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
index 490aca0d7..376ca906e 100644
--- a/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
+++ b/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
@@ -28,7 +28,7 @@ CURLOPT_PATH_AS_IS \- do not handle dot dot sequences
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PATH_AS_IS, long leaveit);
.SH DESCRIPTION
-By setting the long \fIleavit\fP to 1, to explicitly tell libcurl to not alter
+By setting the long \fIleaveit\fP to 1, to explicitly tell libcurl to not alter
the given path before passing it on to the server.
This tells libcurl to NOT squash sequences of "/../" or "/./" that may exist
@@ -43,7 +43,7 @@ By default libcurl will merge such sequences before using the path.
.SH DEFAULT
0
.SH PROTOCOLS
-All
+All
.SH EXAMPLE
.nf
CURL *curl = curl_easy_init();