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/cmGlobalNinjaGenerator.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/cmGlobalNinjaGenerator.h')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index a192eee..f666ee3 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -337,7 +337,7 @@ private: std::string ninjaCmd() const; - /// The file containing the build statement. (the relation ship of the + /// The file containing the build statement. (the relationship of the /// compilation DAG). cmGeneratedFileStream* BuildFileStream; /// The file containing the rule statements. (The action attached to each |