From: Dave Rolsky Date: Sat, 23 May 2009 15:27:39 +0000 (+0000) Subject: Fix a typo in my comment X-Git-Tag: 1.16~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=62cb5aed567eb8350605f3633a44c67fd09c63d6 Fix a typo in my comment --- diff --git a/Makefile.PL b/Makefile.PL index 7130683..46fb3c9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,7 @@ requires 'Path::Class' => '0.09'; requires 'Template' => '2.14'; if ( $^O eq 'MSWin32' ) { - # Proc::Background needs tihs on Win32 but doesn't actually + # Proc::Background needs this on Win32 but doesn't actually # require it, if it's missing it just dies in the Makefile.PL. requires 'Win32::Process' => '0.04'; requires 'Proc::Background';