aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-05-06 10:45:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-05-06 10:45:02 +0200
commite8457a85edaa072d043e01b629bc0c124251a9c0 (patch)
tree9e0d8d9202ae59485c39f91fcc60c2b4b5f7a6fc /libbuild2/dist
parent6c5cc813b3ff2bf0295a62f9632e4b0034bbb8fb (diff)
Minor terminology fix in diagnostics and comments
Diffstat (limited to 'libbuild2/dist')
-rw-r--r--libbuild2/dist/init.cxx2
-rw-r--r--libbuild2/dist/operation.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/dist/init.cxx b/libbuild2/dist/init.cxx
index 8837f77..2b2aaa4 100644
--- a/libbuild2/dist/init.cxx
+++ b/libbuild2/dist/init.cxx
@@ -57,7 +57,7 @@ namespace build2
// The bootstrap distribution mode. Note that it can only be specified
// as a global override and is thus marked as unsaved in init(). Unlike
- // the normal load distribution mode, we can do in-source and multiple
+ // the normal load distribution mode, we can do in source and multiple
// projects at once.
//
// Note also that other config.dist.* variables can only be specified as
diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx
index b8ff57d..01ac7eb 100644
--- a/libbuild2/dist/operation.cxx
+++ b/libbuild2/dist/operation.cxx
@@ -646,8 +646,8 @@ namespace build2
fail << "dist meta-operation target must be project root directory";
if (rs->out_eq_src ())
- fail << "in-tree distribution of target " << t <<
- info << "distribution requires out-of-tree build";
+ fail << "in source distribution of target " << t <<
+ info << "distribution requires out of source build";
dist_project (*rs, &t, prog);
}