Fixed typo in error message for server-psk.c

pull/50/head
Conner 2017-05-22 10:36:43 -06:00
parent a71cd72db7
commit ead710ce8b
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ int Respond(WOLFSSL* ssl)
}
}
if (n < 0) {
printf("Fatal error :espond: read error\n");
printf("Fatal error :respond: read error\n");
return 1;
}