guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: perl-test-nowarnings: Fix typo.


From: guix-commits
Subject: 01/08: gnu: perl-test-nowarnings: Fix typo.
Date: Wed, 17 Nov 2021 20:51:07 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 747403aca5275e550b497c41de2adb1f7aab47a0
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Wed Nov 17 17:35:18 2021 -0800

    gnu: perl-test-nowarnings: Fix typo.
    
    * gnu/packages/perl-check.scm (perl-test-nowarnings)[description]: Fix "This
      module" typo.
---
 gnu/packages/perl-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 87f233a..24861a7 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1034,7 +1034,7 @@ code.")
     (build-system perl-build-system)
     (synopsis "Ensure no warnings are produced while testing")
     (description
-     "This modules causes any warnings during testing to be captured and
+     "This module causes any warnings during testing to be captured and
 stored.  It automatically adds an extra test that will run when your script
 ends to check that there were no warnings.  If there were any warnings, the
 test will fail and output diagnostics of where, when and what the warning was,



reply via email to

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