From 8f1798c14a2ce8aec0b8361eb8616c8aa573b189 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= <stikonas@gmail.com>
Date: Wed, 17 Nov 2010 16:10:26 +0000
Subject: [PATCH] Modules: Fix spelling 'becase' -> 'because'.

---
 Modules/CMakePlatformId.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/CMakePlatformId.h.in b/Modules/CMakePlatformId.h.in
index e20348aac..1c63cca16 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
 */