guix-patches
[Top][All Lists]
Advanced

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

[bug#49149] [PATCH v2 3/7] pack: Fix typo.


From: Maxim Cournoyer
Subject: [bug#49149] [PATCH v2 3/7] pack: Fix typo.
Date: Thu, 24 Jun 2021 00:40:45 -0400

* 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 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 "/")
-- 
2.32.0






reply via email to

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