From 308c243db5b7425b454a981d4c0eb7bfac374b8b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 25 May 2020 19:44:04 +0000 Subject: all: fix codespell errors Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452 --- scripts/copyright.pl | 4 ++-- scripts/release-notes.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 1c6d1b895..8bb4bc9f1 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -33,8 +33,8 @@ my @whitelist=( '^docs\/cmdline-opts\/[a-z]+(.*)\.d$', # curl.1 pieces '(\/|^)[A-Z0-9_.-]+$', # all uppercase file name, possibly with dot and dash '(\/|^)[A-Z0-9_-]+\.md$', # all uppercase file name with .md extension - '.gitignore', # whereever they are - '.gitattributes', # whereever they are + '.gitignore', # wherever they are + '.gitattributes', # wherever they are '^tests/certs/.*', # generated certs '^tests/stunnel.pem', # generated cert '^tests/valgrind.supp', # valgrind suppressions 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; } -- cgit v1.2.3