misc: fix typos

Closes #13344
This commit is contained in:
RainRat 2024-04-10 00:36:10 -07:00 committed by Daniel Stenberg
parent bfe54b0e88
commit 1087937992
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
12 changed files with 12 additions and 12 deletions

View file

@ -278,7 +278,7 @@ int test(char *URL)
}
/* fetch a another one and save cookies */
/* fetch another one and save cookies */
printf("*** run %d\n", i);
curl = curl_easy_init();
if(!curl) {

View file

@ -197,7 +197,7 @@ int test(char *URL)
}
/* fetch a another one */
/* fetch another one */
printf("*** run %d\n", i);
curl = curl_easy_init();
if(!curl) {