Fix spelling

This commit is contained in:
Kawe Mazidjatari 2023-02-12 16:27:09 +01:00
parent 15e9259b77
commit c1107fb4ed

View File

@ -382,7 +382,7 @@ static CURLcode ReceivedServerConnect(struct Curl_easy *data, bool *received)
/* First check whether there is a cached response from server */
if(pp->cache_size && pp->cache && pp->cache[0] > '3') {
/* Data connection could not be established, let's return */
infof(data, "There is negative response in cache while serv connect");
infof(data, "Negative response in cache while server connect");
(void)Curl_GetFTPResponse(data, &nread, &ftpcode);
return CURLE_FTP_ACCEPT_FAILED;
}