aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-archive.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-03-17 20:41:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-03-17 20:41:30 +0300
commitd76e64d064c859e8a9cb69640bdb099427aca7b7 (patch)
tree618b8855a457c24972f50c2f0d8293892485ae3f /bpkg/system-package-manager-archive.cxx
parenta6f636f74cb931b881275e930567ad18eb975a55 (diff)
Fix typos in documentation
Diffstat (limited to 'bpkg/system-package-manager-archive.cxx')
-rw-r--r--bpkg/system-package-manager-archive.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/system-package-manager-archive.cxx b/bpkg/system-package-manager-archive.cxx
index a65d6aa..4b4fd7f 100644
--- a/bpkg/system-package-manager-archive.cxx
+++ b/bpkg/system-package-manager-archive.cxx
@@ -126,9 +126,9 @@ namespace bpkg
};
// For gzip it's a good idea to use -9 by default. While for xz, -9 is
- // not recommended as the default due memory requirements, in our case
- // (large binary archives on development machines), this is unlikely to
- // be an issue.
+ // not recommended as the default due to memory requirements, in our
+ // case (large binary archives on development machines), this is
+ // unlikely to be an issue.
//
// Note also that the compression level can be altered via the GZIP
// (GZIP_OPT also seems to work) and XZ_OPT environment variables,