gnu: perl-log-message: Fix typo.

* gnu/packages/perl.scm (perl-log-message)[description]: Correctly use "lets
  you".
This commit is contained in:
Vagrant Cascadian 2021-11-17 13:17:18 -08:00
parent ee98b30a69
commit 6bffa13040
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -5916,7 +5916,7 @@ (define-public perl-log-message
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))))