From f048310b6b49a0c3b2875d2c72103aae56e2b05a Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Sat, 25 Dec 2021 16:55:58 -0600 Subject: [PATCH] ssl.cmake: Fix spelling in comment --- cmake/ssl.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/ssl.cmake b/cmake/ssl.cmake index 293281cf1c18..18c2a102645e 100644 --- a/cmake/ssl.cmake +++ b/cmake/ssl.cmake @@ -277,7 +277,7 @@ MACRO (MYSQL_CHECK_SSL) SET(MY_CRYPTO_LIBRARY "${CRYPTO_LIBRARY}") SET(MY_OPENSSL_LIBRARY "${OPENSSL_LIBRARY}") - # The whitspace here C:/Program Files/OpenSSL-Win64 + # The whitespace here C:/Program Files/OpenSSL-Win64 # creates problems for transitive library dependencies. # Copy the .lib files to the build directory, and link with the copies. IF(WIN32 AND WITH_SSL STREQUAL "system")