From 67a05ee15ae3919df791f947984a7a505e2fbdcf Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 06:53:18 -0400 Subject: [PATCH] typo fixes for porting modules Bump $VERSION for Porting/Maintainers.pm. --- Porting/GitUtils.pm | 2 +- Porting/Maintainers.pm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/GitUtils.pm b/Porting/GitUtils.pm index 9ee6ca5..f1b4354 100644 --- a/Porting/GitUtils.pm +++ b/Porting/GitUtils.pm @@ -45,7 +45,7 @@ sub gen_dot_patch { last if $branch ne 'undefined'; } for ($branch) { - $_ ||= "error"; # hmm, we didnt get /anything/ from name-rev? + $_ ||= "error"; # hmm, we did not get /anything/ from name-rev? s!^\Q$reftype\E/!! || # strip off the reftype s!^refs/heads/!! || # possible other places it was found s!^refs/remotes/!! || # ... diff --git a/Porting/Maintainers.pm b/Porting/Maintainers.pm index 896e7c8..6b28ea7 100644 --- a/Porting/Maintainers.pm +++ b/Porting/Maintainers.pm @@ -22,7 +22,7 @@ use vars qw(@ISA @EXPORT_OK $VERSION); show_results process_options files_to_modules finish_tap_output reload_manifest); -$VERSION = 0.09; +$VERSION = 0.10; require Exporter; @@ -64,7 +64,7 @@ sub get_module_pat { split ' ', $Modules{$m}{FILES}; } -# exand dir/ or foo* into a full list of files +# expand dir/ or foo* into a full list of files # sub expand_glob { sort { lc $a cmp lc $b } @@ -236,7 +236,7 @@ sub files_to_modules { if (@ToDo) { # Try prefix matching. - # Need to try longst prefixes first, else lib/CPAN may match + # Need to try longest prefixes first, else lib/CPAN may match # lib/CPANPLUS/... and similar my @OrderedModuleByPat -- 2.7.4