Fix spelling errors

* NEWS: trough -> through.
* README.checkout: Likewise.
* contrib/spell-checker: Add exclusion 'parm'
This commit is contained in:
Tim Rühsen 2021-03-14 19:25:05 +01:00
parent 7840db6c0b
commit 6d58a04682
3 changed files with 4 additions and 4 deletions

4
NEWS
View File

@ -422,7 +422,7 @@ Building from the Tarballs works as it used to.
backward-incompatibility; any script that relies on the old backward-incompatibility; any script that relies on the old
behaviour must use --trust-server-names. 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. CSS.
** Convert correctly URLs that need to be encoded to local files when following ** 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. ** 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. the --config option.
** Fix an infinite loop with the error '<filename> has sprung into existence' ** Fix an infinite loop with the error '<filename> has sprung into existence'

View File

@ -76,7 +76,7 @@ Compiling From Repository Sources
On GNU systems, the functionality provided by libiconv is already On GNU systems, the functionality provided by libiconv is already
present in the system libraries. 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 * [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. cookie domains. You need the header files and the library installed.

View File

@ -8,7 +8,7 @@
set -e 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'` 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 #codespell $* -L "tim,gonna,cas,te,referer,ist,fpr,vas" src/wget.c contrib/spell-checker