summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rw-r--r--Porting/GitUtils.pm2
-rw-r--r--Porting/Maintainers.pm6
2 files changed, 4 insertions, 4 deletions
diff --git a/Porting/GitUtils.pm b/Porting/GitUtils.pm
index 9ee6ca58e3..f1b4354dfd 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 896e7c8cba..6b28ea7e58 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