guix_mirror_bot pushed a commit to branch version-1.5.0 in repository guix.
commit bc7b860f37c8bb9632c41b2b6561e8a00bd83fd5 Author: Efraim Flashner <[email protected]> AuthorDate: Thu Jan 8 13:57:57 2026 +0200 etc: Spelling corrections. * etc/apparmor.d/guix, etc/teams/release/artifacts-manifest.scm: Fix misspellings in comments. Change-Id: Iff757784cc82968c25004bdb430f1ae3ad44624e --- etc/apparmor.d/guix | 2 +- etc/teams/release/artifacts-manifest.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/apparmor.d/guix b/etc/apparmor.d/guix index f1442cf5d3..d0db485b9f 100644 --- a/etc/apparmor.d/guix +++ b/etc/apparmor.d/guix @@ -5,7 +5,7 @@ include <tunables/guix> # There’s no point in confining the guix executable, since it can run # any user code and so everything is expected. We just need to -# explicitely enable userns for systems with the +# explicitly enable userns for systems with the # kernel.apparmor_restrict_unprivileged_userns sysctl. profile guix @{guix_storedir}/{*-guix-command,*-guix-*/bin/guix} flags=(unconfined) { userns, diff --git a/etc/teams/release/artifacts-manifest.scm b/etc/teams/release/artifacts-manifest.scm index 8c904ded82..4f5b091bbe 100644 --- a/etc/teams/release/artifacts-manifest.scm +++ b/etc/teams/release/artifacts-manifest.scm @@ -187,7 +187,7 @@ configuration.scm." (package-arguments guix))))) ;; NOTE: Normally, we would use (current-guix), along with url -;; overriden to the upstream repository to not leak our local checkout. +;; overridden to the upstream repository to not leak our local checkout. ;; But currently, the (current-guix) derivation has to be computed through ;; QEMU for systems other than your host system. This takes a lot of time, ;; it takes at least half an hour to get the derivations.
