From 5389ac0ddfca51599d3db67734fe9fe694868fbc Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 10 Sep 2009 15:00:21 +0000 Subject: [PATCH] fixed spelling. --- docs/examples/chkspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/chkspeed.c b/docs/examples/chkspeed.c index 50bf9c0..031eec8 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 */ -- 2.7.4