From: Daniel Gustafsson Date: Wed, 10 Oct 2018 19:32:28 +0000 (+0200) Subject: transfer: fix typo in comment X-Git-Tag: curl-7_62_0~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12d833fa1e6c9565efd8a929bdd68c96d1b9c872;p=thirdparty%2Fcurl.git transfer: fix typo in comment --- diff --git a/lib/transfer.c b/lib/transfer.c index efd929279c..638ae9ec54 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -363,7 +363,7 @@ static int data_pending(const struct connectdata *conn) return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) || #if defined(USE_NGHTTP2) Curl_ssl_data_pending(conn, FIRSTSOCKET) || - /* For HTTP/2, we may read up everything including responde body + /* For HTTP/2, we may read up everything including response body with header fields in Curl_http_readwrite_headers. If no content-length is provided, curl waits for the connection close, which we emulate it using conn->proto.httpc.closed =