diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-03-10 21:34:48 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-04 21:06:32 +0200 |
commit | 620d540bd47a96fb6905fbbdd8ea5167a8841a3e (patch) | |
tree | f1686eadbd85f953a44d0527774fd6d4007d4c3e /ssl/d1_lib.c | |
parent | Fix a possible leak on NETSCAPE_SPKI_verify failure. (diff) | |
download | openssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.tar.xz openssl-620d540bd47a96fb6905fbbdd8ea5167a8841a3e.zip |
various spelling fixes
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r-- | ssl/d1_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c index 6d75225cce..193f603374 100644 --- a/ssl/d1_lib.c +++ b/ssl/d1_lib.c @@ -797,7 +797,7 @@ int DTLSv1_listen(SSL *s, BIO_ADDR *client) } /* - * This is unneccessary if rbio and wbio are one and the same - but + * This is unnecessary if rbio and wbio are one and the same - but * maybe they're not. We ignore errors here - some BIOs do not * support this. */ |