summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/Porting/GitUtils.pm
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2014-11-17 20:52:31 +0000
committerafresh1 <afresh1@openbsd.org>2014-11-17 20:52:31 +0000
commit6fb12b7054efc6b436584db6cef9c2f85c0d7e27 (patch)
treeaa09a524574ec7ae2f521a24573deeecb78ff66a /gnu/usr.bin/perl/Porting/GitUtils.pm
parentAdd the Cammelia cipher to libcrypto. (diff)
downloadwireguard-openbsd-6fb12b7054efc6b436584db6cef9c2f85c0d7e27.tar.xz
wireguard-openbsd-6fb12b7054efc6b436584db6cef9c2f85c0d7e27.zip
Import perl-5.20.1
Diffstat (limited to 'gnu/usr.bin/perl/Porting/GitUtils.pm')
-rw-r--r--gnu/usr.bin/perl/Porting/GitUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Porting/GitUtils.pm b/gnu/usr.bin/perl/Porting/GitUtils.pm
index 9ee6ca58e35..f1b4354dfd4 100644
--- a/gnu/usr.bin/perl/Porting/GitUtils.pm
+++ b/gnu/usr.bin/perl/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/!! || # ...