guix-commits
[Top][All Lists]
Advanced

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

branch master updated: scripts: pack: Fix typo.


From: guix-commits
Subject: branch master updated: scripts: pack: Fix typo.
Date: Tue, 26 Apr 2022 03:13:16 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e5098ad9b0 scripts: pack: Fix typo.
e5098ad9b0 is described below

commit e5098ad9b0c1223985ab96604fb0247130b011ae
Author: Alex Griffin <a@ajgrf.com>
AuthorDate: Tue Apr 26 09:12:00 2022 +0200

    scripts: pack: Fix typo.
    
    * guix/scripts/pack.scm (compressor-extenstion): Fix typo.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 guix/scripts/pack.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index ebb3c6498f..32f0d3abb1 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Eric Bavier <bavier@posteo.net>
+;;; Copyright © 2022 Alex Griffin <a@ajgrf.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -62,7 +63,7 @@
   #:use-module (ice-9 match)
   #:export (compressor?
             compressor-name
-            compressor-extenstion
+            compressor-extension
             compressor-command
             %compressors
             lookup-compressor



reply via email to

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