diff options
author | David Cole <david.cole@kitware.com> | 2010-11-23 21:11:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-11-23 21:11:37 (GMT) |
commit | 584612595d78c4450b679f5d3a34eda7164b67e1 (patch) | |
tree | 2d48409816705a9b17267c93b0d758e3f638fd21 /Modules | |
parent | 525b528625ad489c75faa79d3113b96cfa41a96a (diff) | |
parent | 8f1798c14a2ce8aec0b8361eb8616c8aa573b189 (diff) | |
download | CMake-584612595d78c4450b679f5d3a34eda7164b67e1.zip CMake-584612595d78c4450b679f5d3a34eda7164b67e1.tar.gz CMake-584612595d78c4450b679f5d3a34eda7164b67e1.tar.bz2 |
Merge topic 'spelling'
8f1798c Modules: Fix spelling 'becase' -> 'because'.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakePlatformId.h.in | 2 |
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 */ |