]> granicus.if.org Git - curl/commitdiff
transfer: fix typo in comment
authorDaniel Gustafsson <daniel@yesql.se>
Wed, 10 Oct 2018 19:32:28 +0000 (21:32 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Wed, 10 Oct 2018 21:50:13 +0000 (23:50 +0200)
lib/transfer.c

index efd929279c520b84cf8e4d45b94c4c8c53aeddbe..638ae9ec54419779b6ba1caaa2e184dfab3cc059 100644 (file)
@@ -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 =