From 2e7c961725a6421f3b25b724458f1bd7dce9b125 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 26 Aug 2019 11:30:11 +0300 Subject: Fix typo --- libbuild2/parser.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2') 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. } -- cgit v1.1