mirror of
https://github.com/curl/curl.git
synced 2026-07-22 21:27:15 +03:00
fixed the language somewhat
This commit is contained in:
parent
c1a71ad14f
commit
2d0fea2650
1 changed files with 1 additions and 1 deletions
|
|
@ -2698,7 +2698,7 @@ sub serverfortest {
|
|||
chomp $proto;
|
||||
if (! grep /^$proto$/, @protocols) {
|
||||
if (substr($proto,0,5) ne "socks") {
|
||||
return "curl lacks any $proto support";
|
||||
return "curl lacks $proto support";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue