diff options
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/!! || # ... |