summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-06-17 01:20:29 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-06-29 14:53:21 -0400
commitf72aa3834b83d4c5e6889aa7698d4bff16e53984 (patch)
tree4f2cc62c1fdfe7f1fcc68759f44797fca6ab4dc1 /guix
parent7708c0b5e3363e7551da6127268a08b0232061f9 (diff)
downloadguix-patches-f72aa3834b83d4c5e6889aa7698d4bff16e53984.tar
guix-patches-f72aa3834b83d4c5e6889aa7698d4bff16e53984.tar.gz
pack: Fix typo.
* guix/scripts/pack.scm (self-contained-tarball/builder): Fix typo.
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/pack.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index d11f498925..7ea97a4b7a 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -229,7 +229,7 @@ dependencies are registered."
(let ((target (string-append #$profile "/" target))
(parent (dirname source)))
;; Never add a 'directory' directive for "/" so as to
- ;; preserve its ownnership when extracting the archive (see
+ ;; preserve its ownership when extracting the archive (see
;; below), and also because this would lead to adding the
;; same entries twice in the tarball.
`(,@(if (string=? parent "/")