summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2020-10-13 00:30:07 +0900
committerBenjamin Kaduk <bkaduk@akamai.com>2020-10-12 17:06:22 -0700
commit9f7505ab6a1ce76497654ea8cf6a74307da78989 (patch)
tree9aeabee23818fc8f56e6e6ca1a51a3b5cfcc830b /ssl/ssl_lib.c
parentc804f2965ef6908dc1f30447d4547192fc3ba974 (diff)
Fixed typo in ssl_lib.c
orignal -> original CLA: trivial Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/13111)
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 6f5d2fee28..e8b004f4a6 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -2842,7 +2842,7 @@ const char *SSL_get_servername(const SSL *s, const int type)
* - Otherwise it returns NULL
*
* During/after the handshake (TLSv1.2 or below resumption occurred):
- * - If the session from the orignal handshake had a servername accepted
+ * - If the session from the original handshake had a servername accepted
* by the server then it will return that servername.
* - Otherwise it returns the servername set via
* SSL_set_tlsext_host_name() (or NULL if it was not called).