gnu: perl-tie-handle-offset: Fix typo.

* gnu/packages/perl.scm (perl-tie-handle-offset)[description]: Fix "This
  module" typo.
This commit is contained in:
Vagrant Cascadian 2021-11-17 17:40:41 -08:00
parent 67900b9555
commit e930d4a747
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -10644,7 +10644,7 @@ (define-public perl-tie-handle-offset
(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)))