M etc/apparmor.d/guix => etc/apparmor.d/guix +1 -1
@@ 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,
M etc/teams/release/artifacts-manifest.scm => etc/teams/release/artifacts-manifest.scm +1 -1
@@ 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.