]> granicus.if.org Git - libevent/commitdiff
cmake: Fix some typos in option descriptions
authorFredrik Strupe <fredrik@strupe.net>
Sat, 15 Dec 2018 11:54:31 +0000 (12:54 +0100)
committerFredrik Strupe <fredrik@strupe.net>
Sat, 15 Dec 2018 11:54:31 +0000 (12:54 +0100)
CMakeLists.txt

index d41e25fa827bd13383fc69c2f363fe2ad3c2aa74..9d149d7bdb34243c650f6de1fc9d65cd1905ad39 100644 (file)
@@ -125,10 +125,10 @@ option(EVENT__DISABLE_THREAD_SUPPORT
     "Define if libevent should not be compiled with thread support" OFF)
 
 option(EVENT__DISABLE_OPENSSL
-    "Define if libevent should build without support for OpenSSL encrpytion" OFF)
+    "Define if libevent should build without support for OpenSSL encryption" OFF)
 
 option(EVENT__DISABLE_BENCHMARK
-    "Defines if libevent should build without the benchmark exectuables" OFF)
+    "Defines if libevent should build without the benchmark executables" OFF)
 
 option(EVENT__DISABLE_TESTS
     "If tests should be compiled or not" OFF)
@@ -143,7 +143,7 @@ option(EVENT__DISABLE_CLOCK_GETTIME
     "Do not use clock_gettime even if it is available" OFF)
 
 option(EVENT__FORCE_KQUEUE_CHECK
-    "When crosscompiling forces running a test program that verifies that Kqueue works with pipes. Note that this requires you to manually run the test program on the the cross compilation target to verify that it works. See cmake documentation for try_run for more details" OFF)
+    "When crosscompiling forces running a test program that verifies that Kqueue works with pipes. Note that this requires you to manually run the test program on the cross compilation target to verify that it works. See cmake documentation for try_run for more details" OFF)
 
 # TODO: Add --disable-largefile     omit support for large files
 option(EVENT__COVERAGE