Merge topic 'fix-typo'
b163c45 Ninja: Fix typo: tagets -> targets
This commit is contained in:
commit
b57dfb5f18
@ -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=*/ "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user