From 9d29109dcf48e5585622ec762d63a544cfcc5004 Mon Sep 17 00:00:00 2001 From: Rafael <77973453+Unbreak4ble@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:56:53 -0400 Subject: [PATCH] english word corretion (#115) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d533ed6..04932bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,7 +247,7 @@ else() else() message( FATAL_ERROR - "User-provided location (${CRYPTOPP_SOURCES}) for crypto++ sources does not exit!" + "User-provided location (${CRYPTOPP_SOURCES}) for crypto++ sources does not exist!" ) endif() endif()