From ae28d8189423522036501f700dc944c723fd7505 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 27 Aug 2003 16:02:37 -0400 Subject: ERR: Fixed typo in comment. --- Modules/CMakeTestCCompiler.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/CMakeTestCCompiler.cmake') diff --git a/Modules/CMakeTestCCompiler.cmake b/Modules/CMakeTestCCompiler.cmake index a619108429..783bfc48ff 100644 --- a/Modules/CMakeTestCCompiler.cmake +++ b/Modules/CMakeTestCCompiler.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_C_COMPILER_WORKS) -- cgit v1.2.1