diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-04 17:54:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-04 17:54:43 +0200 |
commit | 9e94769ab97dd732a21e18f64a3a5b3319b511b8 (patch) | |
tree | 459a7ba8fc27c5e3c9c5b2526baf5ddc1c8cc4cb | |
parent | a89b493e9b92919d8f21ed64abc12d588d924016 (diff) |
Fix typo
-rw-r--r-- | build2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |