From: Sebastian Sterk Date: Mon, 31 Jan 2022 23:05:00 +0000 (+0100) Subject: multi: grammar fix in comment X-Git-Tag: curl-7_82_0~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6218f372330e171da878b84ac602bf887906068;p=thirdparty%2Fcurl.git multi: grammar fix in comment After 'must', the verb is used without 'to'. Correct: "must" or "have to" Closes #8368 --- diff --git a/lib/multi.c b/lib/multi.c index 55882997ce..0b76874cd4 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -2168,8 +2168,8 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, Curl_posttransfer(data); drc = multi_done(data, result, FALSE); - /* When set to retry the connection, we must to go back to - * the CONNECT state */ + /* When set to retry the connection, we must go back to the CONNECT + * state */ if(newurl) { if(!drc || (drc == CURLE_SEND_ERROR)) { follow = FOLLOW_RETRY;