Fix a typo in my comment
Dave Rolsky [Sat, 23 May 2009 15:27:39 +0000 (15:27 +0000)]
Makefile.PL

index 7130683..46fb3c9 100644 (file)
@@ -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';