summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-02 15:21:21 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-12-02 15:21:21 (GMT)
commit5bc82828987e8b59dca6d348294282356eeb1a66 (patch)
tree54ecf37d7f8f3fcda088e610845779b4cc6cd5f5 /Help
parent3e33feaae23991557aa39f53804739e7e1a36726 (diff)
parent64f8c5336b9a3d1ca5d0b7109ee92b40901c03cd (diff)
downloadCMake-5bc82828987e8b59dca6d348294282356eeb1a66.zip
CMake-5bc82828987e8b59dca6d348294282356eeb1a66.tar.gz
CMake-5bc82828987e8b59dca6d348294282356eeb1a66.tar.bz2
Merge topic 'doc-compile-features-typo'
64f8c533 Help: Fix typo in cmake-compile-features(7) manual
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-compile-features.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-compile-features.7.rst b/Help/manual/cmake-compile-features.7.rst
index 4259224..7a6c249 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.