summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestRCCompiler.cmake
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-15 22:02:13 -0500
committerBrad King <brad.king@kitware.com>2018-02-16 09:47:17 -0500
commit287e7a175c8e8034cf195fff169db718a480fdbc (patch)
tree46e6728467791fb634f5cb3368856aada2d23482 /Modules/CMakeTestRCCompiler.cmake
parenta2ec98b7d97df67d50e90e790b2bd235f7c278cc (diff)
downloadcmake-287e7a175c8e8034cf195fff169db718a480fdbc.tar.gz
Maint: misc. typos
Found via `codespell`
Diffstat (limited to 'Modules/CMakeTestRCCompiler.cmake')
-rw-r--r--Modules/CMakeTestRCCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeTestRCCompiler.cmake b/Modules/CMakeTestRCCompiler.cmake
index c510d3a80e..3123a6cf4f 100644
--- a/Modules/CMakeTestRCCompiler.cmake
+++ b/Modules/CMakeTestRCCompiler.cmake
@@ -3,7 +3,7 @@
# This file is used by EnableLanguage in cmGlobalGenerator to
-# determine that that selected RC compiler can actually compile
+# determine that the selected RC compiler can actually compile
# 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.