From: LeeRiva <76054616+LeeRiva@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:52:12 +0000 (+0100) Subject: CURLOPT_POSTQUOTE.md: fix typo X-Git-Tag: curl-8_7_0~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee92f3d227a59221b94c537972ef985d9e225fd9;p=thirdparty%2Fcurl.git CURLOPT_POSTQUOTE.md: fix typo Closes https://github.com/curl/curl/pull/12926 --- diff --git a/docs/libcurl/opts/CURLOPT_POSTQUOTE.md b/docs/libcurl/opts/CURLOPT_POSTQUOTE.md index 300a1f2c59..585d20619f 100644 --- a/docs/libcurl/opts/CURLOPT_POSTQUOTE.md +++ b/docs/libcurl/opts/CURLOPT_POSTQUOTE.md @@ -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).