summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2009-08-12 14:28:37 -0400
committerDavid Mitchell <davem@iabyn.com>2009-08-12 19:49:24 +0100
commita3929e2d04da78f1e4fb19121feb28e87f556fb0 (patch)
tree2e921b3a91bfb1c89cf423ded6f2cefac70d81d8
parent42701d4a9b11c2bf0b4e746b508f335e8cbccd29 (diff)
downloadperl-a3929e2d04da78f1e4fb19121feb28e87f556fb0.tar.gz
Typos in perlbug.PL
(cherry picked from commit 7acb6aa6c27bdd5c90522b7c65c5e3cf9a184f6b)
-rw-r--r--utils/perlbug.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index e62c6e84fe..8d02a8bfae 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*,?$//;