aboutsummaryrefslogtreecommitdiff
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
parenta6f636f74cb931b881275e930567ad18eb975a55 (diff)
Fix typos in documentation
-rw-r--r--bpkg/pkg-bindist.cli2
-rw-r--r--bpkg/system-package-manager-archive.cxx6
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,