mirror of
https://github.com/curl/curl.git
synced 2026-07-28 03:43:06 +03:00
tidy-up: misc build, tests, lib/macos.c
- mkhelp.pl: drop unused assigment. - Makefile.mk: update a comment. - lib/macos.c: delete redundant block. - fix two typos. Closes #14558
This commit is contained in:
parent
471b11a9fd
commit
453d032b26
5 changed files with 16 additions and 19 deletions
|
|
@ -2323,7 +2323,7 @@ sub responsive_httptls_server {
|
|||
sub startservers {
|
||||
my @what = @_;
|
||||
my ($pid, $pid2);
|
||||
my $serr; # error while starting a server (as as the return enumerations)
|
||||
my $serr; # error while starting a server (as of the return enumerations)
|
||||
for(@what) {
|
||||
my (@whatlist) = split(/\s+/,$_);
|
||||
my $what = lc($whatlist[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue