8175305: Typos in net.properties

Reviewed-by: bpb
This commit is contained in:
Pavel Rappo 2017-02-24 11:33:33 +00:00
parent 17fe49c4c6
commit 8ebfe2c58b

View File

@ -3,7 +3,7 @@
#
# This file may contain default values for the networking system properties.
# These values are only used when the system properties are not specified
# on the command line or set programatically.
# on the command line or set programmatically.
# For now, only the various proxy settings can be configured here.
############################################################
@ -11,7 +11,7 @@
# settings when they do exist.
# Set it to 'true' to enable this feature and check for platform
# specific proxy settings
# Note that the system properties that do explicitely set proxies
# Note that the system properties that do explicitly set proxies
# (like http.proxyHost) do take precedence over the system settings
# even if java.net.useSystemProxies is set to true.