aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager.hxx')
-rw-r--r--bpkg/system-package-manager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/system-package-manager.hxx b/bpkg/system-package-manager.hxx
index 2d782b3..5fe1431 100644
--- a/bpkg/system-package-manager.hxx
+++ b/bpkg/system-package-manager.hxx
@@ -26,7 +26,7 @@ namespace bpkg
// satisfaction machinery, the rabbit hole goes deeper than that since, for
// example, different bpkg packages can be mapped to the same system
// package, as is the case for libcrypto/libssl which are both mapped to
- // libssl on Debian. This means we will need to somehow coordinate (and
+ // libssl on Debian. This means we will need to somehow coordinate (and
// likely backtrack) version selection between unrelated bpkg packages
// because only one underlying system version can be selected. (One
// simplified way to handle this would be to detect that different versions