1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

test552: Fix typos

Closes https://github.com/curl/curl/pull/1245
This commit is contained in:
Daniel Gustafsson 2017-02-05 10:35:54 +01:00 committed by Jay Satiro
parent 3509aa8023
commit e695b070a5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -151,7 +151,7 @@ static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
{ {
(void)clientp; (void)clientp;
if(cmd == CURLIOCMD_RESTARTREAD) { if(cmd == CURLIOCMD_RESTARTREAD) {
printf("APPLICATION: recieved a CURLIOCMD_RESTARTREAD request\n"); printf("APPLICATION: received a CURLIOCMD_RESTARTREAD request\n");
printf("APPLICATION: ** REWINDING! **\n"); printf("APPLICATION: ** REWINDING! **\n");
current_offset = 0; current_offset = 0;
return CURLIOE_OK; return CURLIOE_OK;