Subject: | [Patch] fix typo |
The attached patch fixes a typo in lib/Catalyst/Script/Server.pm.
Thanks, Frank
Subject: | Catalyst-Script-Server.pm.patch |
diff --git a/lib/Catalyst/Script/Server.pm b/lib/Catalyst/Script/Server.pm
index e1f1049..45156e3 100644
--- a/lib/Catalyst/Script/Server.pm
+++ b/lib/Catalyst/Script/Server.pm
@@ -231,7 +231,7 @@ Catalyst::Script::Server - Catalyst test server
a restart when modified
(defaults to '\.yml$|\.yaml$|\.conf|\.pm$')
--rdir --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]/..')
--sym --follow_symlinks follow symlinks in search directories
(defaults to false. this is a no-op on Win32)