Fixed typo
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
index e86f6e6..ceb0bef 100644 (file)
@@ -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/;