jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java
changeset 38873 0d1f3f5d7898
parent 25859 3317bb8137f4
--- 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