From: Daniel Stenberg Date: Fri, 24 Nov 2023 13:36:25 +0000 (+0100) Subject: sendf: fix comment typo X-Git-Tag: curl-8_5_0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c30c165a8a4ff89a1e0b09ac25d509d8bcdc3eb;p=thirdparty%2Fcurl.git sendf: fix comment typo --- diff --git a/lib/sendf.c b/lib/sendf.c index f39ffe91ab..a2fac0c4e9 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -598,7 +598,7 @@ static CURLcode cw_download_write(struct Curl_easy *data, if(excess_len) { if(data->conn->handler->readwrite) { - /* RTSP hack moved from tranfer loop to here */ + /* RTSP hack moved from transfer loop to here */ bool readmore = FALSE; /* indicates data is incomplete, need more */ size_t consumed = 0; result = data->conn->handler->readwrite(data, data->conn,