diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 17:40:41 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 17:46:13 -0800 |
commit | e930d4a747d319b559dacb55211764ee680c11d9 (patch) | |
tree | cbf97937fd7027849c37bcbb15dd214a8246cf9c /gnu | |
parent | 67900b955551b29d20fb90bcad0b38a4fe841771 (diff) | |
download | guix-e930d4a747d319b559dacb55211764ee680c11d9.tar.gz guix-e930d4a747d319b559dacb55211764ee680c11d9.zip |
gnu: perl-tie-handle-offset: Fix typo.
* gnu/packages/perl.scm (perl-tie-handle-offset)[description]: Fix "This
module" typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 2 |
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))) |