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/pkg-bindist.cli | 2 +- bpkg/system-package-manager-archive.cxx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bpkg/pkg-bindist.cli b/bpkg/pkg-bindist.cli index 843fb09..db372b8 100644 --- a/bpkg/pkg-bindist.cli +++ b/bpkg/pkg-bindist.cli @@ -668,7 +668,7 @@ namespace bpkg "Override the \cb{ID} component in \cb{os-release(5)} or equivalent. Note that unlike the rest of the \cb{--os-release-*} options, this option suppresses automatic detection of the host operating system - inormation." + information." } string --os-release-version-id 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