mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
badwords: add more contractions, fix fallouts
Also fix hits in autotools scripts (not to enforce). Closes #19576
This commit is contained in:
parent
ad35ecba97
commit
1e1ec7f6c2
46 changed files with 126 additions and 113 deletions
|
|
@ -317,7 +317,7 @@ sub processexists {
|
|||
|
||||
#######################################################################
|
||||
# killpid attempts to gracefully stop processes in the given pid list
|
||||
# with a SIGTERM signal and SIGKILLs those which haven't died on time.
|
||||
# with a SIGTERM signal and SIGKILLs those which have not died on time.
|
||||
#
|
||||
sub killpid {
|
||||
my ($verbose, $pidlist) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue