Description: Fix two spelling mistakes and a grammatical one.
Bug: https://rt.cpan.org/Ticket/Display.html?id=78163
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78163
Author: Peter Pentchev <roam@ringlet.net>
Author: Nathan Handler <nhandler@ubuntu.com>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-07-15

--- a/lib/Class/Meta.pm
+++ b/lib/Class/Meta.pm
@@ -69,7 +69,7 @@
       has  uuid => (
         authz    => 'READ',
         required => 1,
-        deafault => sub { Data::UUID->new->create_str },
+        default => sub { Data::UUID->new->create_str },
       );
       has name => ( required => 1         );
       has age  => ( is       => 'integer' );
