From e5098ad9b0c1223985ab96604fb0247130b011ae Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Tue, 26 Apr 2022 09:12:00 +0200 Subject: scripts: pack: Fix typo. * guix/scripts/pack.scm (compressor-extenstion): Fix typo. Signed-off-by: Mathieu Othacehe --- guix/scripts/pack.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guix/scripts/pack.scm') 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 ;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer ;;; Copyright © 2020 Eric Bavier +;;; Copyright © 2022 Alex Griffin ;;; ;;; 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 -- cgit v1.2.3