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 <[email protected]>
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 <[email protected]>
---
 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 <[email protected]>
 ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2020 Eric Bavier <[email protected]>
+;;; Copyright © 2022 Alex Griffin <[email protected]>
 ;;;
 ;;; 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