8157925: Typo in the API documentation of X509KeyManager
authorjnimeh
Fri, 10 Jun 2016 00:37:24 -0700
changeset 38873 0d1f3f5d7898
parent 38872 b260c7cac3bc
child 38874 c93f30de1bb9
8157925: Typo in the API documentation of X509KeyManager Summary: Corrects the misspelled word "implentations" to "implementations" Reviewed-by: ascarpino
jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java
--- a/jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java	Thu Jun 09 19:07:27 2016 +0000
+++ b/jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java	Fri Jun 10 00:37:24 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -35,7 +35,7 @@
  * key pairs are used to authenticate the local side of a secure
  * socket.
  * <P>
- * During secure socket negotiations, implentations
+ * During secure socket negotiations, implementations
  * call methods in this interface to:
  * <UL>
  * <LI> determine the set of aliases that are available for negotiations