Description: Fix a couple of spelling errors found by lintian
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=74665
Forwarded: yes
Author: Alessandro Ghedini <al3xbio@gmail.com>
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2012-02-03

--- a/lib/Class/Autouse.pm
+++ b/lib/Class/Autouse.pm
@@ -963,7 +963,7 @@
 to use a subroutine directly, say with C<Class::method()>, the class will
 not be loaded and a fatal error will mostly likely occur.
 
-This limitation is made to allow more powerfull features in other areas,
+This limitation is made to allow more powerful features in other areas,
 because we can focus on just loading the modules, and not have
 to deal with importing.
 
@@ -1142,7 +1142,7 @@
 
 When Perl is unable to find a subroutine/method, and all of the class loaders
 are exhausted, callbacks registered via sugar() are called.  The callbacks
-recieve the class name, method name, and parameters of the call.
+receive the class name, method name, and parameters of the call.
 
 If the callback returns nothing, Class::Autouse will continue to iterate through
 other callbacks.  The first callback which returns a true value will
