fixed spelling.
authorGunter Knauf <gk@gknw.de>
Thu, 10 Sep 2009 15:00:21 +0000 (15:00 +0000)
committerGunter Knauf <gk@gknw.de>
Thu, 10 Sep 2009 15:00:21 +0000 (15:00 +0000)
docs/examples/chkspeed.c

index 50bf9c0..031eec8 100644 (file)
@@ -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 */