guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 08/08: gnu: perl-tie-handle-offset: Fix typo.
Date: Wed, 17 Nov 2021 20:51:09 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit e930d4a747d319b559dacb55211764ee680c11d9
Author: Vagrant Cascadian <vagrant@debian.org>
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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]