diff options
author | Geoff Viola <geoffrey.viola@autonomoussolutions.com> | 2014-10-09 17:22:45 -0600 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-13 10:00:53 -0400 |
commit | bef23e81815743b39d358d09878f4867dce17eea (patch) | |
tree | 040d301843699932d60ab852f731bde23ca67eee /Source/cmGlobalJOMMakefileGenerator.h | |
parent | a358448d3ebbb28bd2fd16b9dbed4d473867d20c (diff) | |
download | cmake-bef23e81815743b39d358d09878f4867dce17eea.tar.gz |
Fix some spelling errors in comments
Diffstat (limited to 'Source/cmGlobalJOMMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalJOMMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalJOMMakefileGenerator.h b/Source/cmGlobalJOMMakefileGenerator.h index 344e013433..fbb35f34f8 100644 --- a/Source/cmGlobalJOMMakefileGenerator.h +++ b/Source/cmGlobalJOMMakefileGenerator.h @@ -40,7 +40,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 EnableLanguage(std::vector<std::string>const& languages, |