various spelling fixes

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
FdaSilvaYY
2016-03-10 21:34:48 +01:00
committed by Rich Salz
parent f6c006ea76
commit 620d540bd4
33 changed files with 66 additions and 65 deletions

View File

@@ -3839,7 +3839,7 @@ int ssl3_shutdown(SSL *s)
if (ret == -1) {
/*
* we only get to return -1 here the 2nd/Nth invocation, we must
* have already signalled return 0 upon a previous invoation,
* have already signalled return 0 upon a previous invocation,
* return WANT_WRITE
*/
return (ret);