From 9e94769ab97dd732a21e18f64a3a5b3319b511b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Apr 2019 17:54:43 +0200 Subject: Fix typo --- build2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index fbb9648..3769b32 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -2241,7 +2241,7 @@ namespace build2 dr << "mapping of header " << f << " to target type is ambiguous"; for (const target_type* tt: tts) dr << info << "could be " << tt->name << "{}"; - dr << info << "spell-out its target to this resolve ambiguity"; + dr << info << "spell-out its target to resolve this ambiguity"; } #endif } -- cgit v1.1