summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-11-17 17:40:41 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-11-17 17:46:13 -0800
commite930d4a747d319b559dacb55211764ee680c11d9 (patch)
treecbf97937fd7027849c37bcbb15dd214a8246cf9c /gnu/packages/perl.scm
parent67900b955551b29d20fb90bcad0b38a4fe841771 (diff)
downloadguix-patches-e930d4a747d319b559dacb55211764ee680c11d9.tar
guix-patches-e930d4a747d319b559dacb55211764ee680c11d9.tar.gz
gnu: perl-tie-handle-offset: Fix typo.
* gnu/packages/perl.scm (perl-tie-handle-offset)[description]: Fix "This module" typo.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 81022accae..6d653be445 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)))