mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:07:15 +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
|
|
@ -64,7 +64,7 @@ open(F, "git ls-files '*.c'|");
|
|||
while(<F>) {
|
||||
chomp $_;
|
||||
my $file = $_;
|
||||
# we can't filter these with git so do it here
|
||||
# we cannot filter these with git so do it here
|
||||
if($file =~ /^(lib|src)/) {
|
||||
push @files, $file;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue