guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: pack: Fix typo.


From: guix-commits
Subject: 03/08: pack: Fix typo.
Date: Tue, 29 Jun 2021 15:18:14 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit f72aa3834b83d4c5e6889aa7698d4bff16e53984
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jun 17 01:20:29 2021 -0400

    pack: Fix typo.
    
    * guix/scripts/pack.scm (self-contained-tarball/builder): Fix typo.
---
 guix/scripts/pack.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index d11f498..7ea97a4 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 "/")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]