X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=7f4dddef26ba09becfb7a13cbf694a47e7d7f6ac;hp=d5560683019802ed76716e530ebded9fc79c4abb;hb=26e731318112842b5a605bec2092ccae3369c5e4;hpb=4bd82c41837b80f57b4ca6a611a20d11d4830980 diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index d556068..7f4ddde 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -748,7 +748,7 @@ print [% name %]->run($ARGV[0])->content . "\n"; =head1 DESCRIPTION -Run a Catalyst action from the comand line. +Run a Catalyst action from the command line. =head1 AUTHOR @@ -814,7 +814,7 @@ Create a new Catalyst Component. Existing component files are not overwritten. If any of the component files to be created already exist the file will be written with a '.new' suffix. -This behaviour can be supressed with the C<-nonew> option. +This behavior can be suppressed with the C<-nonew> option. =head1 AUTHOR