From d76e64d064c859e8a9cb69640bdb099427aca7b7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 17 Mar 2023 20:41:30 +0300 Subject: Fix typos in documentation --- bpkg/system-package-manager-archive.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bpkg/system-package-manager-archive.cxx') 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, -- cgit v1.1