Merge topic 'fix-typo'

b163c45 Ninja: Fix typo: tagets -> targets
This commit is contained in:
David Cole 2012-07-09 14:22:30 -04:00 committed by CMake Topic Stage
commit b57dfb5f18
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ void cmGlobalNinjaGenerator::WriteTargetHelp(std::ostream& os)
{ {
WriteRule(*this->RulesFileStream, WriteRule(*this->RulesFileStream,
"HELP", "HELP",
(ninjaCmd() + " -t tagets").c_str(), (ninjaCmd() + " -t targets").c_str(),
"All primary targets available:", "All primary targets available:",
"Rule for printing all primary targets available.", "Rule for printing all primary targets available.",
/*depfile=*/ "", /*depfile=*/ "",