From: Gunter Knauf Date: Thu, 10 Sep 2009 15:00:21 +0000 (+0000) Subject: fixed spelling. X-Git-Tag: curl-7_19_7~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5389ac0ddfca51599d3db67734fe9fe694868fbc;p=curl fixed spelling. --- diff --git a/docs/examples/chkspeed.c b/docs/examples/chkspeed.c index 50bf9c099..031eec893 100644 --- a/docs/examples/chkspeed.c +++ b/docs/examples/chkspeed.c @@ -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 */