From: Sebastian Riedel Date: Thu, 3 Nov 2005 22:00:09 +0000 (+0000) Subject: Fixed typo X-Git-Tag: 5.7099_04~1024 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=068bc70e4a7a72e32d6b3730d091d15e8a70077c Fixed typo --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index e86f6e6..ceb0bef 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -494,7 +494,7 @@ use warnings; # # Set flags and add plugins for the application # -# -Debug : activates the debug mode for very useful log messages +# -Debug: activates the debug mode for very useful log messages # Static::Simple: will serve static files from the applications root directory # use Catalyst qw/-Debug Static::Simple/;