Commit 2d0fea26 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed the language somewhat

parent c1a71ad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
	    }
	}
    }