8175305: Typos in net.properties
authorprappo
Fri, 24 Feb 2017 11:33:33 +0000
changeset 43998 d40cc68d31b4
parent 43997 bfe6e708b424
child 43999 4cc44dd9f14f
child 44007 4a672aa0d403
8175305: Typos in net.properties Reviewed-by: bpb
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.