From 64f8c5336b9a3d1ca5d0b7109ee92b40901c03cd Mon Sep 17 00:00:00 2001 From: David Demelier Date: Tue, 2 Dec 2014 11:04:23 +0100 Subject: [PATCH] Help: Fix typo in cmake-compile-features(7) manual Fix spelling 'execptions' => 'exceptions'. --- Help/manual/cmake-compile-features.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst index 42592240b..7a6c24931 100644 --- a/Help/manual/cmake-compile-features.7.rst +++ b/Help/manual/cmake-compile-features.7.rst @@ -28,7 +28,7 @@ CMake knows are known to the compiler, regardless of language standard or compile flags needed to use them. Features known to CMake are named mostly following the same convention -as the Clang feature test macros. The are some execptions, such as +as the Clang feature test macros. The are some exceptions, such as CMake using ``cxx_final`` and ``cxx_override`` instead of the single ``cxx_override_control`` used by Clang.