From: Jerry D. Hedden <jdhedden@cpan.org>
Date: Wed, 12 Aug 2009 18:28:37 +0000 (-0400)
Subject: Typos in perlbug.PL
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7acb6aa6c27bdd5c90522b7c65c5e3cf9a184f6b;p=p5sagit%2Fp5-mst-13.2.git

Typos in perlbug.PL
---

diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index f53a009..9df77fe 100644
--- a/utils/perlbug.PL
+++ b/utils/perlbug.PL
@@ -41,8 +41,8 @@ my @patches;
 while (<PATCH_LEVEL>) {
     last if /^\s*}/;
     next if /^\s*#/;  # preprocessor stuff
-    next if /PERL_GIT_UNPUSHED_COMMITS/;    # XXX exapand instaed
-    next if /PERL_GIT_UNCOMMITTED_CHANGES/; # XXX exapand instaed
+    next if /PERL_GIT_UNPUSHED_COMMITS/;    # XXX expand instead
+    next if /PERL_GIT_UNCOMMITTED_CHANGES/; # XXX expand instead
     chomp;
     s/^\s+,?\s*"?//;
     s/"?\s*,?$//;