Ninja: Fix typo: tagets -> targets
Thanks to Claus Klein for the report on the mailing list.
This commit is contained in:
parent
bd67f75e41
commit
b163c45445
|
@ -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=*/ "",
|
||||
|
|
Loading…
Reference in New Issue