From e695b070a5165d0666931f1831049eb07d269316 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Sun, 5 Feb 2017 10:35:54 +0100 Subject: test552: Fix typos Closes https://github.com/curl/curl/pull/1245 --- tests/libtest/lib552.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') 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; -- cgit v1.2.3