summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-11-23 21:11:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-11-23 21:11:37 (GMT)
commit584612595d78c4450b679f5d3a34eda7164b67e1 (patch)
tree2d48409816705a9b17267c93b0d758e3f638fd21
parent525b528625ad489c75faa79d3113b96cfa41a96a (diff)
parent8f1798c14a2ce8aec0b8361eb8616c8aa573b189 (diff)
downloadCMake-584612595d78c4450b679f5d3a34eda7164b67e1.zip
CMake-584612595d78c4450b679f5d3a34eda7164b67e1.tar.gz
CMake-584612595d78c4450b679f5d3a34eda7164b67e1.tar.bz2
Merge topic 'spelling'
8f1798c Modules: Fix spelling 'becase' -> 'because'.
-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
*/