summaryrefslogtreecommitdiff
path: root/Porting/GitUtils.pm
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 06:53:18 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-24 02:04:55 +0200
commit67a05ee15ae3919df791f947984a7a505e2fbdcf (patch)
tree084048a17b1fd0ed85a87660e4467619e97928fd /Porting/GitUtils.pm
parentc5fb089acddd55b3662bb6358ab8a2a3b3ba1e2e (diff)
downloadperl-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.pm2
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/!! || # ...