From cd8b4a33da8d5a2a922da227cdb325475cffea00 Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Mon, 7 Feb 2022 13:47:29 -0600
Subject: [PATCH 1/5] scripts: Fix typo.
* guix/scripts/pack.scm: Fix typo.
---
guix/scripts/pack.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -8,6 +8,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Alex Griffin <a@ajgrf.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -63,7 +64,7 @@ (define-module (guix scripts pack)
#:use-module (ice-9 match)
#:export (compressor?
compressor-name
- compressor-extenstion
+ compressor-extension
compressor-command
%compressors
lookup-compressor
--
2.34.0