diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:27:37 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:45 -0700 |
commit | 95480b9b51077b9d3fa85423e7329df22c82385c (patch) | |
tree | f0d838bd89567ec6612a79931212c69958ca3970 | |
parent | 55f54fb92188bf83135c5b74a4eadedb6d2e76ea (diff) | |
download | guix-95480b9b51077b9d3fa85423e7329df22c82385c.tar.gz |
gnu: perl-moox-handlesvia: Fix typo "attribute".
* gnu/packages/perl (perl-moox-handlesvia)[description]: Fix typo.
-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 f9a56103ea..fbe10a35fc 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6242,7 +6242,7 @@ installing configuration files or for finding any piece of settings.") (description "@code{MooX::HandlesVia} is an extension of Moo's @code{handles} attribute functionality. It provides a means of proxying functionality from -an external class to the given atttribute.") +an external class to the given attribute.") (license perl-license))) (define-public perl-moox-late |