From 4492f2e57dc41e5bdca80b793fa33ceb7aefd708 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 2 Dec 2024 20:00:57 +0100 Subject: [PATCH] Fix typos in documentation --- package-build.el | 2 +- test/package-build-tests.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-build.el b/package-build.el index 8385bd1..bb49daf 100644 --- a/package-build.el +++ b/package-build.el @@ -304,7 +304,7 @@ disallowed." (defvar package-build--use-sandbox (eq system-type 'gnu/linux) "Whether to run untrusted code using the \"bubblewrap\" sandbox. \"bubblewrap\" is only available on Linux, where the sandbox is -enabled by default, to avoid accidentially not using it.") +enabled by default, to avoid accidentally not using it.") (defvar package-build--sandbox-readonly-binds '("/bin" "/lib" "/lib64" "/usr" ;fhs diff --git a/test/package-build-tests.el b/test/package-build-tests.el index 3bff522..ed3b7d4 100644 --- a/test/package-build-tests.el +++ b/test/package-build-tests.el @@ -136,7 +136,7 @@ VERSION is the version string derived from the selected tag and COUNT is the number of commits from that tag to the selected commit. -Inject the \"separator\" \".0\" inbetween the VERSION and the +Inject the \"separator\" \".0\" in between the VERSION and the COUNT to sufficiently decrease the odds that the version for a future release is smaller than the version for this snapshot. @@ -274,7 +274,7 @@ would be even more confusing to users.)" may have multiple count parts. Compare the new count with the last of these. If the new count is smaller than the last count, then append the new count. Otherwise remove the old count part. -Continue this process for preceeding count parts until there are +Continue this process for preceding count parts until there are none left, or it is larger than the new count." (package-build-test-package (tag "1.0")