aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/chkspeed.c
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-09-10 15:00:21 +0000
committerGunter Knauf <gk@gknw.de>2009-09-10 15:00:21 +0000
commit5389ac0ddfca51599d3db67734fe9fe694868fbc (patch)
tree68eba5e7b0271e35d8cc6e3647764983fdfe672c /docs/examples/chkspeed.c
parent5d4a1e245b505283b1c3ec44e0a781353b335637 (diff)
fixed spelling.
Diffstat (limited to 'docs/examples/chkspeed.c')
-rw-r--r--docs/examples/chkspeed.c2
1 files changed, 1 insertions, 1 deletions
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 */