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