spelling
Karen Etheridge [Sun, 9 Sep 2012 01:11:07 +0000 (18:11 -0700)]
lib/Distar.pm

index c12a96c..3e2dad9 100644 (file)
@@ -72,7 +72,7 @@ sub run_preflight {
   }
 
   for (scalar `git diff`) {
-    length && die "Oustanding changes";
+    length && die "Outstanding changes";
   }
   my $ymd = sprintf(
     "%i-%02i-%02i", (localtime)[5]+1900, (localtime)[4]+1, (localtime)[3]