From f41599c8e9435f3dfec60b872c2b4ae31177efdd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Oct 2020 17:22:46 +0300 Subject: Add support for test timeouts --- libbuild2/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/algorithm.cxx') 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 ()) dr << info << "perhaps it is a missing source file?"; -- cgit v1.1