aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
commit023f1a286b7dfe80eb80a9e6924e492cf6f3f80a (patch)
tree6accbb5ccee95ae5cb7ba9f186b2694c9797b2d9 /bdep/project.hxx
parente3133aa9628858bcfe414f95731831b5962358c7 (diff)
Implement test, update, and clean commands
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index bbfd41d..f3c48d7 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -148,10 +148,10 @@ namespace bdep
// project. The result is an absolute and normalized project directory and a
// vector of relative (to the project directory) package locations.
//
- // If ignore_packages is true then ignore packages in case the resulting
- // vector will be empty. Otherwise, if load_packages is false, then don't
- // load all the available packages from packages.manifest if none were
- // found/specified.
+ // If ignore_packages is true then ignore packages in which case the
+ // resulting vector will be empty. Otherwise, if load_packages is false,
+ // then don't load all the available packages from packages.manifest if none
+ // were found/specified.
//
// Note that if the package directory is the same as project, then the
// package path will be empty (and not ./).