mirror of
https://github.com/curl/curl.git
synced 2026-04-18 05:01:42 +03:00
fixed spelling.
This commit is contained in:
parent
5d4a1e245b
commit
5389ac0ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ int main(int argc, char *argv[])
|
|||
printf("Average download speed: %0.3f kbyte/sec.\n", val / 1024);
|
||||
|
||||
} else {
|
||||
printf("Errror while fetching '%s' : %s\n", url, curl_easy_strerror(res));
|
||||
printf("Error while fetching '%s' : %s\n", url, curl_easy_strerror(res));
|
||||
}
|
||||
|
||||
/* cleanup curl stuff */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue