src/java.base/share/classes/javax/net/ssl/SSLSocket.java
changeset 51986 c1db377f6300
parent 51407 910f7b56592f
child 53488 fffa4d0c0c14
--- a/src/java.base/share/classes/javax/net/ssl/SSLSocket.java	Mon Oct 01 21:14:58 2018 -0700
+++ b/src/java.base/share/classes/javax/net/ssl/SSLSocket.java	Tue Oct 02 10:19:07 2018 -0700
@@ -421,7 +421,7 @@
      * an instance of this class, but before the {@code SSLSession} has
      * been completely initialized and made available via {@code getSession}.
      * For example, the list of valid signature algorithms may restrict
-     * the type of certificates that can used during TrustManager
+     * the type of certificates that can be used during TrustManager
      * decisions, or the maximum TLS fragment packet sizes can be
      * resized to better support the network environment.
      * <p>