]> granicus.if.org Git - curl/commitdiff
CURLOPT_PATH_AS_IS.3: fix typo
authorSvyatoslav Mishyn <juef@openmailbox.org>
Sat, 5 Sep 2015 08:45:25 +0000 (11:45 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 5 Sep 2015 21:19:49 +0000 (23:19 +0200)
leavit => leaveit

closes #412

docs/libcurl/opts/CURLOPT_PATH_AS_IS.3

index 490aca0d7c6a490737676972c6fc18c838a002c6..376ca906eb09e6ef62da2cda0ceff772a7009cc2 100644 (file)
@@ -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();