Skip to content
Snippets Groups Projects
Commit 5389ac0d authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fixed spelling.

parent 5d4a1e24
No related branches found
Tags curl-7_12_0
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment