Fix typo
Andy Grundman [Tue, 14 Oct 2008 15:52:36 +0000 (15:52 +0000)]
lib/Catalyst/Engine/HTTP/Restarter/Watcher.pm

index da5b24f..9ab30b8 100644 (file)
@@ -11,7 +11,7 @@ has regex => (is => 'rw');
 has modified => (is => 'rw');
 has directory => (is => 'rw');
 has watch_list => (is => 'rw');
-has follow_simlinks => (is => 'rw');
+has follow_symlinks => (is => 'rw');
 
 no Moose;