summaryrefslogtreecommitdiff
path: root/scripts/release-notes.pl
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2020-05-25 19:44:04 +0000
committerViktor Szakats <commit@vsz.me>2020-05-25 19:44:04 +0000
commit308c243db5b7425b454a981d4c0eb7bfac374b8b (patch)
treeb4c77e8a45ab1884ada4ad373a8e7bb97c787c74 /scripts/release-notes.pl
parent54d122287c878188c5bbd4a659295f4ba27e137c (diff)
downloadcurl-308c243db5b7425b454a981d4c0eb7bfac374b8b.tar.gz
all: fix codespell errors
Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
Diffstat (limited to 'scripts/release-notes.pl')
-rwxr-xr-xscripts/release-notes.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release-notes.pl b/scripts/release-notes.pl
index 2be0eab8f..d26c045a2 100755
--- a/scripts/release-notes.pl
+++ b/scripts/release-notes.pl
@@ -65,7 +65,7 @@ for my $l (@releasenotes) {
$refused[$1]=1;
}
elsif($l =~ /^ \[(\d+)\] = (.*)/) {
- # listed in a refernce, set bit 1
+ # listed in a reference, set bit 1
$refused[$1] |= 2;
$refs[$1] = $2;
}