From: Nan Xiao Date: Sat, 27 Mar 2021 09:56:35 +0000 (+0800) Subject: Fix typo in bio.h.in X-Git-Tag: openssl-3.0.0-alpha14~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4;p=thirdparty%2Fopenssl.git Fix typo in bio.h.in CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14705) --- diff --git a/include/openssl/bio.h.in b/include/openssl/bio.h.in index f3a9543da11..336e3864598 100644 --- a/include/openssl/bio.h.in +++ b/include/openssl/bio.h.in @@ -109,7 +109,7 @@ extern "C" { # define BIO_CTRL_DGRAM_GET_SEND_TIMEOUT 36/* getsockopt, essentially */ # define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37/* flag whether the last */ -# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation tiemd out */ +# define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation timed out */ /* #ifdef IP_MTU_DISCOVER */ # define BIO_CTRL_DGRAM_MTU_DISCOVER 39/* set DF bit on egress packets */