1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fixed the language somewhat

This commit is contained in:
Daniel Stenberg 2008-06-13 20:45:34 +00:00
parent c1a71ad14f
commit 2d0fea2650

View File

@ -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";
} }
} }
} }