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:06:22 +0000 (17:06 -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)

ssl/ssl_lib.c

index 6f5d2fee28835c3531bb4ccd14fac9d835396aff..e8b004f4a6e743203c41b22aff13c382c9c178fb 100644 (file)
@@ -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).