diff options
author | Andrius Štikonas <stikonas@gmail.com> | 2010-11-17 16:10:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-11-17 16:12:48 (GMT) |
commit | 8f1798c14a2ce8aec0b8361eb8616c8aa573b189 (patch) | |
tree | 894f005e4c09e628b44456ff82d5b4d4a92f84ab /Modules | |
parent | b541b1213ac4bf95a186d9fa753ba2566e598d06 (diff) | |
download | CMake-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.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 */ |