mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
fixed the language somewhat
This commit is contained in:
parent
c1a71ad14f
commit
2d0fea2650
@ -2698,7 +2698,7 @@ sub serverfortest {
|
|||||||
chomp $proto;
|
chomp $proto;
|
||||||
if (! grep /^$proto$/, @protocols) {
|
if (! grep /^$proto$/, @protocols) {
|
||||||
if (substr($proto,0,5) ne "socks") {
|
if (substr($proto,0,5) ne "socks") {
|
||||||
return "curl lacks any $proto support";
|
return "curl lacks $proto support";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user