jdk/src/share/classes/sun/security/ssl/X509KeyManagerImpl.java
changeset 21278 ef8a3a2a72f2
parent 14664 e71aa0962e70
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/sun/security/ssl/X509KeyManagerImpl.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/security/ssl/X509KeyManagerImpl.java	Tue Oct 29 17:01:06 2013 +0400
@@ -48,7 +48,7 @@
  *    CallbackHandler) or to have keys within one KeyStore protected by
  *    different keys.
  *  . it can use multiple KeyStores at the same time.
- *  . it is explicitly designed to accomodate KeyStores that change over
+ *  . it is explicitly designed to accommodate KeyStores that change over
  *    the lifetime of the process.
  *  . it makes an effort to choose the key that matches best, i.e. one that
  *    is not expired and has the appropriate certificate extensions.