From: Justin Hunter Date: Thu, 9 Jun 2011 02:39:45 +0000 (-0700) Subject: fix typo X-Git-Tag: 5.80033~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=7dcc7dbb4d356b6f836526bbd9c14133268814fc fix typo --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index afeb044..cb908ec 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -2804,7 +2804,7 @@ the plugin name does not begin with C. my $class = ref $proto || $proto; Class::MOP::load_class( $plugin ); - $class->log->warn( "$plugin inherits from 'Catalyst::Component' - this is decated and will not work in 5.81" ) + $class->log->warn( "$plugin inherits from 'Catalyst::Component' - this is deprecated and will not work in 5.81" ) if $plugin->isa( 'Catalyst::Component' ); $proto->_plugins->{$plugin} = 1; unless ($instant) {