aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/algorithm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/algorithm.cxx')
-rw-r--r--libbuild2/algorithm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/algorithm.cxx b/libbuild2/algorithm.cxx
index b540138..e535af3 100644
--- a/libbuild2/algorithm.cxx
+++ b/libbuild2/algorithm.cxx
@@ -527,7 +527,7 @@ namespace build2
{
case target_decl::prereq_new:
{
- dr << info << "target " << t << " is no declared in any buildfile";
+ dr << info << "target " << t << " is not declared in any buildfile";
if (t.is_a<file> ())
dr << info << "perhaps it is a missing source file?";