aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-01 01:05:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-01 01:05:54 +0300
commit754c72e078015ff22c54ea6612f3732a891c9539 (patch)
tree5c511e8249d4b1e2ef37b7467d91829dbbc8ffc1 /bdep
parent233f9d3e9f6cef9688d49f9c39975d9014506bd3 (diff)
Fix typo in error message
Diffstat (limited to 'bdep')
-rw-r--r--bdep/project.cxx2
1 files changed, 1 insertions, 1 deletions
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.
//