fixed spelling.

This commit is contained in:
Gunter Knauf 2009-09-10 15:00:21 +00:00
parent 5d4a1e245b
commit 5389ac0ddf

View File

@ -150,7 +150,7 @@ int main(int argc, char *argv[])
printf("Average download speed: %0.3f kbyte/sec.\n", val / 1024); printf("Average download speed: %0.3f kbyte/sec.\n", val / 1024);
} else { } 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 */ /* cleanup curl stuff */