From: Viktor Szakats Date: Wed, 13 Nov 2024 18:07:00 +0000 (+0100) Subject: cmake: typo in comment [ci skip] X-Git-Tag: curl-8_11_1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3408d6d83a961f38c147a9a84da4544e69952f;p=thirdparty%2Fcurl.git cmake: typo in comment [ci skip] Follow-up to 93e6e4b823d4b62119e5d464ae733b68245772e6 #15559 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b74da979b..916976a17f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -468,7 +468,7 @@ include(CheckCSourceCompiles) if(WIN32) include("${CMAKE_CURRENT_SOURCE_DIR}/CMake/Platforms/WindowsCache.cmake") elseif(APPLE) - # Fast-track predicable feature detections + # Fast-track predictable feature detections set(HAVE_EVENTFD 0) set(HAVE_GETPASS_R 0) set(HAVE_SENDMMSG 0)