From b163c45445ce75eb68d0835b24d4c90ad5b9f6f7 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 26 Jun 2012 10:35:39 -0400 Subject: [PATCH] Ninja: Fix typo: tagets -> targets Thanks to Claus Klein for the report on the mailing list. --- Source/cmGlobalNinjaGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx index c3989c046..ea9e6c5dd 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=*/ "",