From fc5a020bc62eb5f860e22e50dad2060ef8cd22fd Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 29 Aug 2022 22:05:58 +1000 Subject: [PATCH] Fix typographic error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a08151d..e3bc9c72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,7 @@ if(OPENSSL_FOUND) endif() check_symbol_exists(SSL_is_quic "openssl/ssl.h" HAVE_SSL_IS_QUIC) if(NOT HAVE_SSL_IS_QUIC) - message(WARNING "OpenSSL in ${OPENSSL_LIBRARIES} dose not have SSL_is_quic. HTTP/3 support cannot be enabled") + message(WARNING "OpenSSL in ${OPENSSL_LIBRARIES} does not have SSL_is_quic. HTTP/3 support cannot be enabled") endif() cmake_pop_check_state() else()