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. --- lib/Makefile.netware | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.netware') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 2481003a8..802959ce9 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -711,9 +711,9 @@ else @echo c-ares support: no endif ifdef ENABLE_IPV6 - @echo ipv6 support: enabled + @echo IPv6 support: enabled else - @echo ipv6 support: no + @echo IPv6 support: no endif $(CURL_INC)/curl/curlbuild.h: Makefile.netware FORCE -- cgit v1.2.3