Merge topic 'doc-compile-features-typo'

64f8c533 Help: Fix typo in cmake-compile-features(7) manual
This commit is contained in:
Brad King 2014-12-02 10:21:21 -05:00 committed by CMake Topic Stage
commit 5bc8282898
1 changed files with 1 additions and 1 deletions

View File

@ -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.