]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: typo in comment [ci skip]
authorViktor Szakats <commit@vsz.me>
Wed, 13 Nov 2024 18:07:00 +0000 (19:07 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 13 Nov 2024 18:07:28 +0000 (19:07 +0100)
Follow-up to 93e6e4b823d4b62119e5d464ae733b68245772e6 #15559

CMakeLists.txt

index 9b74da979be1ea3833e089fffd22651a532d44a2..916976a17ffb69471129192a972d19385934e2ae 100644 (file)
@@ -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)