projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
42701d4
)
Typos in perlbug.PL
author
Jerry D. Hedden <jdhedden@cpan.org>
Wed, 12 Aug 2009 18:28:37 +0000 (14:28 -0400)
committer
David Mitchell <davem@iabyn.com>
Wed, 12 Aug 2009 18:49:24 +0000 (19:49 +0100)
(cherry picked from commit
7acb6aa6c27bdd5c90522b7c65c5e3cf9a184f6b
)
utils/perlbug.PL
patch
|
blob
|
blame
|
history
diff --git
a/utils/perlbug.PL
b/utils/perlbug.PL
index
e62c6e8
..
8d02a8b
100644
(file)
--- 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*,?$//;