diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 06:53:18 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-24 02:04:55 +0200 |
commit | 67a05ee15ae3919df791f947984a7a505e2fbdcf (patch) | |
tree | 084048a17b1fd0ed85a87660e4467619e97928fd /Porting/GitUtils.pm | |
parent | c5fb089acddd55b3662bb6358ab8a2a3b3ba1e2e (diff) | |
download | perl-67a05ee15ae3919df791f947984a7a505e2fbdcf.tar.gz |
typo fixes for porting modules
Bump $VERSION for Porting/Maintainers.pm.
Diffstat (limited to 'Porting/GitUtils.pm')
-rw-r--r-- | Porting/GitUtils.pm | 2 |
1 files changed, 1 insertions, 1 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/!! || # ... |