diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 13:17:18 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 13:29:35 -0800 |
commit | 6bffa13040710fd232d6c3b9a2886a1d136a6363 (patch) | |
tree | 3de12d7729f915474a71bd1489b156dd197af2a3 | |
parent | ee98b30a69caf0953cf352828c361533fc5d1d0b (diff) |
gnu: perl-log-message: Fix typo.
* gnu/packages/perl.scm (perl-log-message)[description]: Correctly use "lets
you".
-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 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)))) |