summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2017-02-05 10:35:54 +0100
committerJay Satiro <raysatiro@yahoo.com>2017-02-07 02:39:15 -0500
commite695b070a5165d0666931f1831049eb07d269316 (patch)
treee79a7a48a0d259cf5924164503bd841f56e27238
parent3509aa8023e394710a30b18d367f3fa0a9e57796 (diff)
downloadcurl-e695b070a5165d0666931f1831049eb07d269316.tar.gz
test552: Fix typos
Closes https://github.com/curl/curl/pull/1245
-rw-r--r--tests/data/test552bin142985 -> 142985 bytes
-rw-r--r--tests/libtest/lib552.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test552 b/tests/data/test552
index b44ca3455..5d1478bd5 100644
--- a/tests/data/test552
+++ b/tests/data/test552
Binary files differ
diff --git a/tests/libtest/lib552.c b/tests/libtest/lib552.c
index 967e21141..c1266c763 100644
--- a/tests/libtest/lib552.c
+++ b/tests/libtest/lib552.c
@@ -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;