]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_url_set.3: fix typo in the RETURN VALUE section
authorDaniel Stenberg <daniel@haxx.se>
Sun, 18 Oct 2020 21:02:57 +0000 (23:02 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 18 Oct 2020 21:02:57 +0000 (23:02 +0200)
Reported-by: Basuke Suzuki
Fixes #6102

docs/libcurl/curl_url_set.3

index a0cb1f64273ea75eaea41026682cde9493e9c8a5..5abb73f53faa8aae774daaeaa1c8f256a18eb85b 100644 (file)
@@ -126,7 +126,7 @@ A URL string passed on to \fIcurl_url_set(3)\fP for the \fBCURLUPART_URL\fP
 part, must be shorter than 8000000 bytes otherwise it returns
 \fBCURLUE_MALFORMED_INPUT\fP (added in 7.65.0).
 
-If this function returns an error, no URL part is returned.
+If this function returns an error, no URL part is set.
 .SH EXAMPLE
 .nf
   CURLUcode rc;