diff options
author | Alex Griffin <a@ajgrf.com> | 2022-04-26 09:12:00 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-04-26 09:12:31 +0200 |
commit | e5098ad9b0c1223985ab96604fb0247130b011ae (patch) | |
tree | 6ad7a4aa2eae536e9fb8ee80d49d12089caad518 /guix | |
parent | fa1b772fb35caee4dff6d05e8e8db741c1568e0d (diff) |
scripts: pack: Fix typo.
* guix/scripts/pack.scm (compressor-extenstion): Fix typo.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'guix')
-rw-r--r-- | guix/scripts/pack.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |