typo in generated comment in Helper.pm
Jesse Sheidlower [Sun, 25 Dec 2005 03:04:50 +0000 (03:04 +0000)]
lib/Catalyst/Helper.pm

index 9c83a9c..66a96ff 100644 (file)
@@ -525,7 +525,8 @@ use warnings;
 # Set flags and add plugins for the application
 #
 #         -Debug: activates the debug mode for very useful log messages
-# Static::Simple: will serve static files from the applications root directory
+# Static::Simple: will serve static files from the application's root 
+# directory
 #
 use Catalyst qw/-Debug Static::Simple/;