aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-12-08 12:07:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-12-08 12:07:52 +0200
commitbcb68ef301b6e13c886ee27ef1c6467d4b398460 (patch)
treef729439169f05b46e67747dbaee9c005188610b1 /bpkg/pkg-build.cxx
parent8591cc8eea72780c1ad5b08902f5f47ff37db41c (diff)
Fix typo
Diffstat (limited to 'bpkg/pkg-build.cxx')
-rw-r--r--bpkg/pkg-build.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/bpkg/pkg-build.cxx b/bpkg/pkg-build.cxx
index de5c9c7..1d45732 100644
--- a/bpkg/pkg-build.cxx
+++ b/bpkg/pkg-build.cxx
@@ -1268,11 +1268,11 @@ namespace bpkg
bool sys_advise (false);
// If the package is not available from the repository we can try to
- // create it from the orphaned selected package. Meanwhile that doesn't
- // make sense for a system package. The only purpose to configure a
- // system package is to build it's dependent. But if the package is
- // not in the repository then there is no dependent for it, otherwise
- // the repository is broken.
+ // create it from the orphaned selected package. Meanwhile that
+ // doesn't make sense for a system package. The only purpose to
+ // configure a system package is to build its dependent. But if the
+ // package is not in the repository then there is no dependent for it
+ // (otherwise the repository would be broken).
//
if (!sys)
{