# HG changeset patch # User prappo # Date 1487936013 0 # Node ID d40cc68d31b4d88c2420e92097ac0d70080cbe33 # Parent bfe6e708b42444c4dc429f330ad4ae82563dcb56 8175305: Typos in net.properties Reviewed-by: bpb diff -r bfe6e708b424 -r d40cc68d31b4 jdk/src/java.base/share/conf/net.properties --- a/jdk/src/java.base/share/conf/net.properties Fri Feb 24 12:01:33 2017 +0100 +++ b/jdk/src/java.base/share/conf/net.properties Fri Feb 24 11:33:33 2017 +0000 @@ -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.