From 754c72e078015ff22c54ea6612f3732a891c9539 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Jun 2018 01:05:54 +0300 Subject: Fix typo in error message --- bdep/project.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep') diff --git a/bdep/project.cxx b/bdep/project.cxx index ec323cb..ba8a412 100644 --- a/bdep/project.cxx +++ b/bdep/project.cxx @@ -188,7 +188,7 @@ namespace bdep if (prj.empty ()) { if (!pkg) - fail << start << " is no a (sub)directory of a package or project"; + fail << start << " is not a (sub)directory of a package or project"; // Project and package are the same. // -- cgit v1.1