summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2021-11-17 13:17:18 -0800
committerVagrant Cascadian <vagrant@debian.org>2021-11-17 13:29:35 -0800
commit6bffa13040710fd232d6c3b9a2886a1d136a6363 (patch)
tree3de12d7729f915474a71bd1489b156dd197af2a3 /gnu/packages/perl.scm
parentee98b30a69caf0953cf352828c361533fc5d1d0b (diff)
downloadguix-patches-6bffa13040710fd232d6c3b9a2886a1d136a6363.tar
guix-patches-6bffa13040710fd232d6c3b9a2886a1d136a6363.tar.gz
gnu: perl-log-message: Fix typo.
* gnu/packages/perl.scm (perl-log-message)[description]: Correctly use "lets you".
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 5d4843d39a..838e942cca 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5916,7 +5916,7 @@ logging mechanism.")
throughout programs and projects. Every message will be logged with
stacktraces, timestamps and so on. You can use built-in handlers
immediately, or after the fact when you inspect the error stack. It
-is highly configurable and let's you even provide your own handlers
+is highly configurable and lets you even provide your own handlers
for dealing with messages.")
(license (package-license perl))))