scripts: pack: Fix typo.

* guix/scripts/pack.scm (compressor-extenstion): Fix typo.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Alex Griffin 2022-04-26 09:12:00 +02:00 committed by Mathieu Othacehe
parent fa1b772fb3
commit e5098ad9b0
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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 @@ (define-module (guix scripts pack)
#:use-module (ice-9 match)
#:export (compressor?
compressor-name
compressor-extenstion
compressor-extension
compressor-command
%compressors
lookup-compressor