vagrantc pushed a commit to branch master
in repository guix.
commit 67900b955551b29d20fb90bcad0b38a4fe841771
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Nov 17 17:39:20 2021 -0800
gnu: perl-business-ismn: Fix typo.
* gnu/packages/perl.scm (perl-business-ismn)[description]: Fix "This module"
typo.
---
gnu/packages/perl.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index addaad1..81022ac 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -899,7 +899,7 @@ Standard Serial Numbers.")
`(("perl-tie-cycle" ,perl-tie-cycle)))
(home-page "https://metacpan.org/release/Business-ISMN")
(synopsis "Work with International Standard Music Numbers")
- (description "This modules provides tools to deal with International
+ (description "This module provides tools to deal with International
Standard Music Numbers.")
(license (package-license perl))))