]> granicus.if.org Git - curl/commitdiff
curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY
authorDave Reisner <dreisner@archlinux.org>
Mon, 10 Sep 2018 13:38:46 +0000 (09:38 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Sep 2018 06:07:15 +0000 (08:07 +0200)
docs/libcurl/curl_url_set.3

index 0d6e9aa409ab91eea31a1e3779b30777996bf3d2..b2b273f82db109d1b3f58c3f8be04c3b07aa171e 100644 (file)
@@ -75,7 +75,7 @@ If used in with \fICURLU_APPENDQUERY\fP, the provided part will be appended on
 the end of the existing query - and if the previous part didn't end with an
 ampersand (&), an ampersand will be inserted before the new appended part.
 
-When \fCURLU_APPENDQUERY\fP is used together with \fICURLU_URLENCODE\fP,
+When \fICURLU_APPENDQUERY\fP is used together with \fICURLU_URLENCODE\fP,
 the '=' symbols will not be URL encoded.
 
 The question mark in the URL is not part of the actual query contents.