urldata: Fix comment in header

The "connecting" function is used by multiple protocols, not only FTP
This commit is contained in:
Michael Kaufmann 2018-10-25 13:02:26 +02:00
parent d48e6b7f95
commit daabc91581
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ struct Curl_handler {
*/
CURLcode (*connect_it)(struct connectdata *, bool *done);
/* See above. Currently only used for FTP. */
/* See above. */
CURLcode (*connecting)(struct connectdata *, bool *done);
CURLcode (*doing)(struct connectdata *, bool *done);