diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-10-08 19:37:40 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vszakats.net> | 2018-10-08 19:37:40 +0000 |
commit | ff9d7f44479c3542f47ffa19b1235c7fc8160a9e (patch) | |
tree | de8789b569e23eab1654ce07c6ebe79b27470eb4 /docs/libcurl/curl_url_set.3 | |
parent | 82e40afe876298ef832f4573c7e6dfac3af2b4ce (diff) |
spelling fixes [ci skip]
as detected by codespell 1.14.0
Closes https://github.com/curl/curl/pull/3114
Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
Diffstat (limited to 'docs/libcurl/curl_url_set.3')
-rw-r--r-- | docs/libcurl/curl_url_set.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_url_set.3 b/docs/libcurl/curl_url_set.3 index 95b76bd8c..4ecfcafa0 100644 --- a/docs/libcurl/curl_url_set.3 +++ b/docs/libcurl/curl_url_set.3 @@ -105,7 +105,7 @@ If set, will make libcurl allow the URL to be set without a scheme and it instead "guesses" which scheme that was intended based on the host name. If the outermost sub-domain name matches DICT, FTP, IMAP, LDAP, POP3 or SMTP then that scheme will be used, otherwise it picks HTTP. Conflicts with the -\fICURLU_DEFAULT_SCHEME\fP option which takes precendence if both are set. +\fICURLU_DEFAULT_SCHEME\fP option which takes precedence if both are set. .SH RETURN VALUE Returns a CURLUcode error value, which is CURLUE_OK (0) if everything went fine. |