diff options
-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 } |