aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/parser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index ddc26e7..a7e65dd 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -1938,7 +1938,7 @@ namespace build2
if (!root_->derive_target_type (move (dn), *bt).second)
fail (dnl) << "target type " << dn << " already defined in this "
- << "scope";
+ << "project";
next (t, tt); // Get newline.
}