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.
This commit is contained in:
Steve Holme
2014-12-27 11:09:01 +00:00
parent bde08d216c
commit 151ae59436
21 changed files with 74 additions and 74 deletions

View File

@@ -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