From: Dave Rolsky <autarch@urth.org>
Date: Thu, 2 Apr 2009 21:55:12 +0000 (-0500)
Subject: speling fix
X-Git-Tag: 0.73_01~9
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91aecfa0851a0f1476db930b865470d504216ad6;p=gitmo%2FMoose.git

speling fix
---

diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm
index 6d902aa..b8f4bc2 100644
--- a/lib/Moose/Util/TypeConstraints.pm
+++ b/lib/Moose/Util/TypeConstraints.pm
@@ -1009,7 +1009,7 @@ recommend that you use a C<requires>-only Role instead.
 
 If passed an ARRAY reference instead of the C<$name>, C<@methods>
 pair, this will create an unnamed duck type. This can be used in an
-attribute definiton like so:
+attribute definition like so:
 
   has 'cache' => (
       is  => 'ro',