vagrantc pushed a commit to branch master
in repository guix.
commit e930d4a747d319b559dacb55211764ee680c11d9
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Wed Nov 17 17:40:41 2021 -0800
gnu: perl-tie-handle-offset: Fix typo.
* gnu/packages/perl.scm (perl-tie-handle-offset)[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 81022ac..6d653be 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10644,7 +10644,7 @@ operations can also be performed on the IxHash.")
(home-page "https://metacpan.org/release/Tie-Handle-Offset")
(synopsis "Special file handle that hides the beginning of a file")
(description
- "This modules provides a file handle that hides the beginning of a file,
+ "This module provides a file handle that hides the beginning of a file,
by modifying the @code{seek()} and @code{tell()} calls.")
(license license:asl2.0)))