summaryrefslogtreecommitdiff
path: root/utils/perlbug.PL
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:47:16 +0100
commit7acb6aa6c27bdd5c90522b7c65c5e3cf9a184f6b (patch)
tree54459032aed93046202143d1c5fdb1776221cb47 /utils/perlbug.PL
parent8a00c8caf7ac9ccd6bd8eaa8869321108bfef1c6 (diff)
downloadperl-7acb6aa6c27bdd5c90522b7c65c5e3cf9a184f6b.tar.gz
Typos in perlbug.PL
Diffstat (limited to 'utils/perlbug.PL')
-rw-r--r--utils/perlbug.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL
index f53a009fc1..9df77fe682 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*,?$//;