aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-04-04 17:54:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-04-04 17:54:43 +0200
commit9e94769ab97dd732a21e18f64a3a5b3319b511b8 (patch)
tree459a7ba8fc27c5e3c9c5b2526baf5ddc1c8cc4cb
parenta89b493e9b92919d8f21ed64abc12d588d924016 (diff)
Fix typo
-rw-r--r--build2/cc/compile-rule.cxx2
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
}