summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-04-04 16:11:43 -0400
committerRich Salz <rsalz@openssl.org>2016-04-04 16:11:43 -0400
commite771eea6d8ca3caa48076367ee86c3b55249dcb3 (patch)
tree05324dd4eaec6cb827c737c7d5a6c39b9585f233 /ssl/s3_lib.c
parent9f2a142b13a8fc37b811bc590baf847cc6be7ab3 (diff)
Revert "various spelling fixes"
This reverts commit 620d540bd47a96fb6905fbbdd8ea5167a8841a3e. It wasn't reviewed. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index fc2aac890e..ef65050cc4 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -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 invocation,
+ * have already signalled return 0 upon a previous invoation,
* return WANT_WRITE
*/
return (ret);