aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib552.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib552.c')
-rw-r--r--tests/libtest/lib552.c2
1 files changed, 1 insertions, 1 deletions
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;