summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorAndrius Štikonas <stikonas@gmail.com>2010-11-17 16:10:26 (GMT)
committerBrad King <brad.king@kitware.com>2010-11-17 16:12:48 (GMT)
commit8f1798c14a2ce8aec0b8361eb8616c8aa573b189 (patch)
tree894f005e4c09e628b44456ff82d5b4d4a92f84ab /Modules
parentb541b1213ac4bf95a186d9fa753ba2566e598d06 (diff)
downloadCMake-8f1798c14a2ce8aec0b8361eb8616c8aa573b189.zip
CMake-8f1798c14a2ce8aec0b8361eb8616c8aa573b189.tar.gz
CMake-8f1798c14a2ce8aec0b8361eb8616c8aa573b189.tar.bz2
Modules: Fix spelling 'becase' -> 'because'.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakePlatformId.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakePlatformId.h.in b/Modules/CMakePlatformId.h.in
index e20348a..1c63cca 100644
--- a/Modules/CMakePlatformId.h.in
+++ b/Modules/CMakePlatformId.h.in
@@ -83,7 +83,7 @@
#endif
/* For windows compilers MSVC and Intel we can determine
- the architecture of the compiler being used. This is becase
+ the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/