aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-19 10:53:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-19 10:53:51 +0200
commit668d33eb875572f6c2dec08b5908381558bc91b7 (patch)
tree11a4127d0bb915670e70a77b5fe47f4169564ed4 /bpkg/system-package-manager.hxx
parent0c5181917a71499e69b6a26fb882af4ac1b5ea91 (diff)
Sketch
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