From 95480b9b51077b9d3fa85423e7329df22c82385c Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:27:37 -0700 Subject: [PATCH] gnu: perl-moox-handlesvia: Fix typo "attribute". * gnu/packages/perl (perl-moox-handlesvia)[description]: Fix typo. --- gnu/packages/perl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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