diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:14 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:55:50 +0100 |
commit | 47e01c32ac25271a1f3cf1535158ed9e873eeeac (patch) | |
tree | 49c68a314e002328c32f7c6bf5199cc782c442e9 /Porting/Maintainers.pm | |
parent | 2391436bbf4354ce0b989d587889b6ac7ca73c82 (diff) | |
download | perl-47e01c32ac25271a1f3cf1535158ed9e873eeeac.tar.gz |
Fix typos (spelling errors) in Porting/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81910]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'Porting/Maintainers.pm')
-rw-r--r-- | Porting/Maintainers.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pm b/Porting/Maintainers.pm index 51c847f4af..d44bb95ce6 100644 --- a/Porting/Maintainers.pm +++ b/Porting/Maintainers.pm @@ -82,7 +82,7 @@ sub expand_glob { @files; } # The rest are globbable patterns; expand the glob, then - # recurively perform directory expansion on any results + # recursively perform directory expansion on any results : expand_glob(grep -e $_,glob($_)) } @_; } |