aboutsummaryrefslogtreecommitdiff
path: root/libbuild2
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-26 11:30:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-26 11:30:11 +0300
commit2e7c961725a6421f3b25b724458f1bd7dce9b125 (patch)
treec64f2e8ed835230479e7fca3cb7a70db8ee34f97 /libbuild2
parent48e49e2627bbd389b9b3244cbea188ee7a641993 (diff)
Fix typo
Diffstat (limited to 'libbuild2')
-rw-r--r--libbuild2/parser.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index 5e5b029..ddc26e7 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -1937,7 +1937,8 @@ namespace build2
fail (t) << "unknown target type " << bn;
if (!root_->derive_target_type (move (dn), *bt).second)
- fail (dnl) << "target type " << dn << " already define in this scope";
+ fail (dnl) << "target type " << dn << " already defined in this "
+ << "scope";
next (t, tt); // Get newline.
}