mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:13:33 +03:00
badwords: fix issues found in scripts and other files
Single pass, not enforced. Also: - pyspelling.words: drop `web page` Closes #19572
This commit is contained in:
parent
42c43f695c
commit
ad35ecba97
45 changed files with 104 additions and 105 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#
|
||||
###########################################################################
|
||||
|
||||
# The xargs invocation is portable, but does not preserve spaces in file names.
|
||||
# The xargs invocation is portable, but does not preserve spaces in filenames.
|
||||
# If such a file is ever added, then this can be portably fixed by switching to
|
||||
# "xargs -I{}" and appending {} to the end of the xargs arguments (which will
|
||||
# call cmakelint once per file) or by using the GNU extension "xargs -d'\n'".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue