From 151ae594362460bb4391585a5d408b3b8e3a164d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 27 Dec 2014 11:09:01 +0000 Subject: code/docs: Use correct case for IPv4 and IPv6 For consistency, as we seem to have a bit of a mixed bag, changed all instances of ipv4 and ipv6 in comments and documentations to use the correct case. --- tests/server/resolve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/server/resolve.c') diff --git a/tests/server/resolve.c b/tests/server/resolve.c index b84e7fd26..39849e7bf 100644 --- a/tests/server/resolve.c +++ b/tests/server/resolve.c @@ -120,7 +120,7 @@ int main(int argc, char *argv[]) /* Check that the system has IPv6 enabled before checking the resolver */ curl_socket_t s = socket(PF_INET6, SOCK_DGRAM, 0); if(s == CURL_SOCKET_BAD) - /* an ipv6 address was requested and we can't get/use one */ + /* an IPv6 address was requested and we can't get/use one */ rc = -1; else { sclose(s); -- cgit v1.2.3