summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-18 23:02:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-18 23:02:57 +0200
commit65fb4d16a33b9b22f3d2cbac9c6abf2d365b7e7f (patch)
treee444110346ea019bbbed5a48208b94ee8de0eac6
parentf3b7d72c57ed84189ce6e1ca3426e9681236ddf2 (diff)
downloadcurl-65fb4d16a33b9b22f3d2cbac9c6abf2d365b7e7f.tar.gz
curl_url_set.3: fix typo in the RETURN VALUE section
Reported-by: Basuke Suzuki Fixes #6102
-rw-r--r--docs/libcurl/curl_url_set.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_url_set.3 b/docs/libcurl/curl_url_set.3
index a0cb1f642..5abb73f53 100644
--- a/docs/libcurl/curl_url_set.3
+++ b/docs/libcurl/curl_url_set.3
@@ -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;