]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_url_set.3: fix typo
authorEmil Engler <me@emilengler.com>
Tue, 13 Dec 2022 18:04:55 +0000 (19:04 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Tue, 13 Dec 2022 19:29:37 +0000 (20:29 +0100)
Closes: #10089
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
docs/libcurl/curl_url_set.3

index 03a223b79f98e8052541ce009c39fe5032318671..46a9ce50fa3c31f86108464d4b0ef8abd520df5a 100644 (file)
@@ -139,7 +139,7 @@ the path. That is the procedure where curl otherwise removes sequences of
 dot-slash and dot-dot etc. The same option used for transfers is called
 \fICURLOPT_PATH_AS_IS(3)\fP.
 .IP CURLU_ALLOW_SPACE
-If set, the URL parser allows space (ASCII 32) where possible. The URL
+If set, the URL parser allows space (ASCII 32) where possible. The URL
 syntax does normally not allow spaces anywhere, but they should be encoded as
 %20 or '+'. When spaces are allowed, they are still not allowed in the scheme.
 When space is used and allowed in a URL, it will be stored as-is unless