aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ssl.h
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2016-07-01 13:40:33 +0200
committerRich Salz <rsalz@openssl.org>2016-07-01 10:40:13 -0400
commit533bf1df55057eb2bb3dc3306d34153414a4dc4d (patch)
treef8f9f9a3ddf886765c173a17d6afd4166e468675 /include/openssl/ssl.h
parent90d28f0519427ffc293f880c423d9c4395a6fcd4 (diff)
downloadopenssl-533bf1df55057eb2bb3dc3306d34153414a4dc4d.tar.gz
ssl.h: spelling in comment
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1275)
Diffstat (limited to 'include/openssl/ssl.h')
-rw-r--r--include/openssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index cc66dd8400..d2736e2ceb 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -1277,7 +1277,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
# define SSL_need_tmp_RSA(ssl) 0
# define SSL_set_tmp_rsa(ssl,rsa) 1
/*
- * We "preted" to call the callback to avoid warnings about unused static
+ * We "pretend" to call the callback to avoid warnings about unused static
* functions.
*/
# define SSL_CTX_set_tmp_rsa_callback(ctx, cb) while(0) (cb)(NULL, 0, 0)