diff options
author | David Cole <david.cole@kitware.com> | 2012-06-26 14:35:39 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-06-26 14:35:39 (GMT) |
commit | b163c45445ce75eb68d0835b24d4c90ad5b9f6f7 (patch) | |
tree | 2399f360b4a3991b26a1f5c943e08fcd8b3dc247 /Source/cmGlobalNinjaGenerator.cxx | |
parent | bd67f75e41e4525abdf3db5184c34d7d5895615d (diff) | |
download | CMake-b163c45445ce75eb68d0835b24d4c90ad5b9f6f7.zip CMake-b163c45445ce75eb68d0835b24d4c90ad5b9f6f7.tar.gz CMake-b163c45445ce75eb68d0835b24d4c90ad5b9f6f7.tar.bz2 |
Ninja: Fix typo: tagets -> targets
Thanks to Claus Klein for the report on the mailing list.
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.cxx')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx index c3989c0..ea9e6c5 100644 --- a/Source/cmGlobalNinjaGenerator.cxx +++ b/Source/cmGlobalNinjaGenerator.cxx @@ -964,7 +964,7 @@ void cmGlobalNinjaGenerator::WriteTargetHelp(std::ostream& os) { WriteRule(*this->RulesFileStream, "HELP", - (ninjaCmd() + " -t tagets").c_str(), + (ninjaCmd() + " -t targets").c_str(), "All primary targets available:", "Rule for printing all primary targets available.", /*depfile=*/ "", |