From 6d58a04682f2ee4c889eebabeea5e285832020da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de> Date: Sun, 14 Mar 2021 19:25:05 +0100 Subject: [PATCH] Fix spelling errors * NEWS: trough -> through. * README.checkout: Likewise. * contrib/spell-checker: Add exclusion 'parm' --- NEWS | 4 ++-- README.checkout | 2 +- contrib/spell-checker | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index de834f68..43688630 100644 --- a/NEWS +++ b/NEWS @@ -422,7 +422,7 @@ Building from the Tarballs works as it used to. backward-incompatibility; any script that relies on the old behaviour must use --trust-server-names. -** Fix a problem when -k is used and some URLs are specified trough +** Fix a problem when -k is used and some URLs are specified through CSS. ** Convert correctly URLs that need to be encoded to local files when following @@ -432,7 +432,7 @@ Building from the Tarballs works as it used to. ** Print the total download time as part of the summary for recursive downloads. -** Now it is possible to specify a different startup configuration file trough +** Now it is possible to specify a different startup configuration file through the --config option. ** Fix an infinite loop with the error '<filename> has sprung into existence' diff --git a/README.checkout b/README.checkout index 11a65436..44f5a225 100644 --- a/README.checkout +++ b/README.checkout @@ -76,7 +76,7 @@ Compiling From Repository Sources On GNU systems, the functionality provided by libiconv is already present in the system libraries. - * [33]git is used to fetch gnulib files trough the bootstrap.sh script. + * [33]git is used to fetch gnulib files through the bootstrap.sh script. * [34]libpsl is required for using a public suffix list to check for valid cookie domains. You need the header files and the library installed. diff --git a/contrib/spell-checker b/contrib/spell-checker index f303ec39..e1de933d 100755 --- a/contrib/spell-checker +++ b/contrib/spell-checker @@ -8,7 +8,7 @@ set -e -codespell $* -L "tim,gonna,cas,referer,fpr,vas,msdos,ifset,ba,tage,tolen,files',hist,lightening,wither" `git ls-files|\ +codespell $* -L "tim,gonna,cas,referer,fpr,vas,msdos,ifset,ba,tage,tolen,files',hist,lightening,wither,parm" `git ls-files|\ egrep -v '_fuzzer.in|_fuzzer.repro|\.der$|\.pem$|gnulib|ChangeLog|tests/gpg|\.png$|\.dat$|contrib/spell-checker|tests/certs/.*\.crt'` #codespell $* -L "tim,gonna,cas,te,referer,ist,fpr,vas" src/wget.c contrib/spell-checker