mirror of
https://github.com/curl/curl.git
synced 2025-04-06 16:10:34 +08:00
fixed the language somewhat
This commit is contained in:
parent
c1a71ad14f
commit
2d0fea2650
@ -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…
x
Reference in New Issue
Block a user