]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fixed typo in ssl_lib.c
authorIkko Ashimine <eltociear@gmail.com>
Mon, 12 Oct 2020 15:30:07 +0000 (00:30 +0900)
committerBenjamin Kaduk <bkaduk@akamai.com>
Tue, 13 Oct 2020 00:08:00 +0000 (17:08 -0700)
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)

(cherry picked from commit 9f7505ab6a1ce76497654ea8cf6a74307da78989)

ssl/ssl_lib.c

index b1df374817c7ec3545017e643c743842971869f9..98057921f84060c1f6ca75ae7c5b5b372dd645ab 100644 (file)
@@ -2678,7 +2678,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).