Description: Fix spelling error in POD documentation
Author: Russ Allbery <rra@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-01
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104853
Bug: https://rt.cpan.org/Ticket/Display.html?id=104853

--- a/lib/Class/Prototyped.pm
+++ b/lib/Class/Prototyped.pm
@@ -2321,7 +2321,7 @@
       sub1 => sub { print "this is sub1 in p2" },
   );
 
-It calls C<newCore> to create the new object*, so if you have overriden C<new>, 
+It calls C<newCore> to create the new object*, so if you have overridden C<new>,
 you should contemplate overriding C<clone> in order to ensure that behavioral 
 changes made to C<new> that would be applicable to C<clone> are implemented.  Or 
 simply override C<newCore>.
