From e695b070a5165d0666931f1831049eb07d269316 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Sun, 5 Feb 2017 10:35:54 +0100 Subject: [PATCH] test552: Fix typos Closes https://github.com/curl/curl/pull/1245 --- tests/data/test552 | Bin 142985 -> 142985 bytes tests/libtest/lib552.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data/test552 b/tests/data/test552 index b44ca345514f15ea3e3becbe5ec82e789cad2026..5d1478bd5ba082d7f58e58d8b80a19bf2ea13339 100644 GIT binary patch delta 25 gc-rf{%h7q4V?!P*Q)*^&0c(2!E93S8RwhYJ0DjE~H2?qr delta 25 gc-rf{%h7q4V?!P*Q)X&&0c(2!E93S8RwhYJ0DjR3H2?qr diff --git a/tests/libtest/lib552.c b/tests/libtest/lib552.c index 967e211414..c1266c763e 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; -- 2.47.3