From: intrigeri <intrigeri@boum.org>
Date: Sat, 24 Jun 2017 12:06:23 +0000
Subject: Fix typos: "atttribute".
Forwarded: https://github.com/mattp-/MooX-HandlesVia/pull/6

---
 README.mkdn            | 2 +-
 lib/MooX/HandlesVia.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.mkdn b/README.mkdn
index 1c49ef0..6c685f9 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -36,7 +36,7 @@ version 0.001008
 
 MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It
 provides a means of proxying functionality from an external class to the given
-atttribute. This is most commonly used as a way to emulate 'Native Trait'
+attribute. This is most commonly used as a way to emulate 'Native Trait'
 behavior that has become commonplace in Moose code, for which there was no Moo
 alternative.
 
diff --git a/lib/MooX/HandlesVia.pm b/lib/MooX/HandlesVia.pm
index 00a8771..ccd23d5 100644
--- a/lib/MooX/HandlesVia.pm
+++ b/lib/MooX/HandlesVia.pm
@@ -131,7 +131,7 @@ version 0.001008
 
 MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It
 provides a means of proxying functionality from an external class to the given
-atttribute. This is most commonly used as a way to emulate 'Native Trait'
+attribute. This is most commonly used as a way to emulate 'Native Trait'
 behavior that has become commonplace in Moose code, for which there was no Moo
 alternative.
 
