From 09a17655ea2d5e64b8bd9fd4b74c7dd5daf45bf4 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Sat, 27 Mar 2021 17:56:35 +0800 Subject: [PATCH] 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) --- include/openssl/bio.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.3