]> granicus.if.org Git - curl/commitdiff
test552: Fix typos
authorDaniel Gustafsson <daniel@yesql.se>
Sun, 5 Feb 2017 09:35:54 +0000 (10:35 +0100)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 7 Feb 2017 07:39:15 +0000 (02:39 -0500)
Closes https://github.com/curl/curl/pull/1245

tests/data/test552
tests/libtest/lib552.c

index b44ca345514f15ea3e3becbe5ec82e789cad2026..5d1478bd5ba082d7f58e58d8b80a19bf2ea13339 100644 (file)
Binary files a/tests/data/test552 and b/tests/data/test552 differ
index 967e2114149144daf2069d036a4340fade6fb107..c1266c763e9082d6ca0002c4433578ac13111bf4 100644 (file)
@@ -151,7 +151,7 @@ static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
 {
   (void)clientp;
   if(cmd == CURLIOCMD_RESTARTREAD) {
-    printf("APPLICATION: recieved a CURLIOCMD_RESTARTREAD request\n");
+    printf("APPLICATION: received a CURLIOCMD_RESTARTREAD request\n");
     printf("APPLICATION: ** REWINDING! **\n");
     current_offset = 0;
     return CURLIOE_OK;