]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_POSTQUOTE.md: fix typo
authorLeeRiva <76054616+LeeRiva@users.noreply.github.com>
Sun, 11 Feb 2024 21:52:12 +0000 (22:52 +0100)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 18 Feb 2024 06:59:45 +0000 (01:59 -0500)
Closes https://github.com/curl/curl/pull/12926

docs/libcurl/opts/CURLOPT_POSTQUOTE.md

index 300a1f2c596659e65cd5a92d43c38ca127739423..585d20619fc098f002c1466420fc693dacafa02a 100644 (file)
@@ -25,7 +25,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_POSTQUOTE,
 # DESCRIPTION
 
 Pass a pointer to a linked list of FTP or SFTP commands to pass to the server
-after your FTP transfer request. The commands are only issues if no error
+after your FTP transfer request. The commands are only issued if no error
 occur. The linked list should be a fully valid list of struct curl_slist
 structs properly filled in as described for CURLOPT_QUOTE(3).