diff options
author | Geoff Viola <geoffrey.viola@autonomoussolutions.com> | 2014-10-09 23:22:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-13 14:00:53 (GMT) |
commit | bef23e81815743b39d358d09878f4867dce17eea (patch) | |
tree | 040d301843699932d60ab852f731bde23ca67eee /Source/cmGlobalVisualStudio7Generator.h | |
parent | a358448d3ebbb28bd2fd16b9dbed4d473867d20c (diff) | |
download | CMake-bef23e81815743b39d358d09878f4867dce17eea.zip CMake-bef23e81815743b39d358d09878f4867dce17eea.tar.gz CMake-bef23e81815743b39d358d09878f4867dce17eea.tar.bz2 |
Fix some spelling errors in comments
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 04a74db..201a6a6 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -52,7 +52,7 @@ public: static void GetDocumentation(cmDocumentationEntry& entry); /** - * Try to determine system infomation such as shared library + * Try to determine system information such as shared library * extension, pthreads, byte order etc. */ virtual void EnableLanguage(std::vector<std::string>const& languages, |