Subject: | [patch] typo |
The attached patch fixes a typo in share/script/myapp_server.pl.tt.
Thanks, Frank
Subject: | share-script-myapp_server.pl.tt.patch |
diff --git a/share/script/myapp_server.pl.tt b/share/script/myapp_server.pl.tt
index 7836a22..29687f9 100644
--- a/share/script/myapp_server.pl.tt
+++ b/share/script/myapp_server.pl.tt
@@ -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)