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,
|
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=*/ "",
|
||||||
|
|
Loading…
Reference in New Issue