docs: drop basically

Another filler word

Closes #20835
This commit is contained in:
Daniel Stenberg 2026-03-06 11:37:33 +01:00
parent 86ea3abd41
commit 1495489c41
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
17 changed files with 62 additions and 67 deletions

View file

@ -2264,8 +2264,7 @@ static CURLcode ftp_statemach(struct Curl_easy *data,
* connected.
*
* 'complete' can return 0 for incomplete, 1 for done and -1 for go back
* (which basically is only for when PASV is being sent to retry a failed
* EPSV).
* (which is for when PASV is being sent to retry a failed EPSV).
*/
static CURLcode ftp_do_more(struct Curl_easy *data, int *completep)
{