]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
multi: grammar fix in comment
authorSebastian Sterk <sebastian@wiuwiu.de>
Mon, 31 Jan 2022 23:05:00 +0000 (00:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Feb 2022 08:37:26 +0000 (09:37 +0100)
After 'must', the verb is used without 'to'. Correct: "must" or "have
to"

Closes #8368

lib/multi.c

index 55882997ce3dab3576b492d5e33f4de36e6ab7ac..0b76874cd45d1c9810e7a1ba795aedff5af82c44 100644 (file)
@@ -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;