From bcb68ef301b6e13c886ee27ef1c6467d4b398460 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Dec 2017 12:07:52 +0200 Subject: Fix typo --- bpkg/pkg-build.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bpkg/pkg-build.cxx') 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) { -- cgit v1.1