Fix typo in share/script/myapp_server.pl.tt (RT #58475)
Brian Cassidy [Thu, 24 Jun 2010 12:55:09 +0000 (09:55 -0300)]
Changes
share/script/myapp_server.pl.tt

diff --git a/Changes b/Changes
index 7b21b7d..95d1b86 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ This file documents the revision history for Perl extension Catalyst-Devel.
 
         - don't pollute M::I plugin detector with GetOptions symbol from
           GetOpt::Long
+        - Fix typo in share/script/myapp_server.pl.tt (RT #58475)
 
 1.28 2010-06-16 02:43:00
         - Fix generated Pod tests so that the first check is if the TEST_POD
index 7836a22..29687f9 100644 (file)
@@ -32,7 +32,7 @@ Catalyst::ScriptRunner->run('[% name %]', 'Server');
                         a restart when modified
                         (defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
    --restart_directory  the directory to search for
-                        modified files, can be set mulitple times
+                        modified files, can be set multiple times
                         (defaults to '[SCRIPT_DIR]/..')
    --follow_symlinks    follow symlinks in search directories
                         (defaults to false. this is a no-op on Win32)