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/cmGlobalVisualStudio9Generator.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/cmGlobalVisualStudio9Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio9Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio9Generator.h b/Source/cmGlobalVisualStudio9Generator.h index c24d5fe..0a191cd 100644 --- a/Source/cmGlobalVisualStudio9Generator.h +++ b/Source/cmGlobalVisualStudio9Generator.h @@ -32,7 +32,7 @@ public: virtual cmLocalGenerator *CreateLocalGenerator(); /** - * 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 WriteSLNHeader(std::ostream& fout); |