summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestCXXCompiler.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-27 20:02:37 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-27 20:02:37 (GMT)
commitae28d8189423522036501f700dc944c723fd7505 (patch)
tree813baff1f63cc6102f27f6ce3b979487d7b57822 /Modules/CMakeTestCXXCompiler.cmake
parenta381efce422b17abf407b9b4eb0842ecbe537e0e (diff)
downloadCMake-ae28d8189423522036501f700dc944c723fd7505.zip
CMake-ae28d8189423522036501f700dc944c723fd7505.tar.gz
CMake-ae28d8189423522036501f700dc944c723fd7505.tar.bz2
ERR: Fixed typo in comment.
Diffstat (limited to 'Modules/CMakeTestCXXCompiler.cmake')
-rw-r--r--Modules/CMakeTestCXXCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestCXXCompiler.cmake b/Modules/CMakeTestCXXCompiler.cmake
index 9f28446..a043a29 100644
--- a/Modules/CMakeTestCXXCompiler.cmake
+++ b/Modules/CMakeTestCXXCompiler.cmake
@@ -1,6 +1,6 @@
# This file is used by EnableLanguage in cmGlobalGenerator to
# determine that that selected C++ compiler can actually compile
-# and link the most basic of programs. If not, a fatel error
+# and link the most basic of programs. If not, a fatal error
# is set and cmake stops processing commands and will not generate
# any makefiles or projects.
IF(NOT CMAKE_CXX_COMPILER_WORKS)