8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
authorxuelei
Fri, 14 Sep 2018 20:30:28 -0700
changeset 51755 6c394ed56b07
parent 51754 594919232b8f
child 51756 4bd35a5ec694
8210785: Trivial typo fix in X509ExtendedKeyManager javadoc Reviewed-by: xuelei Contributed-by: Jaikiran Pai <jaikiran.pai@gmail.com>
src/java.base/share/classes/javax/net/ssl/X509ExtendedKeyManager.java
--- a/src/java.base/share/classes/javax/net/ssl/X509ExtendedKeyManager.java	Fri Sep 14 14:02:57 2018 -0700
+++ b/src/java.base/share/classes/javax/net/ssl/X509ExtendedKeyManager.java	Fri Sep 14 20:30:28 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2018, 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
@@ -31,7 +31,7 @@
  * Abstract class that provides for extension of the X509KeyManager
  * interface.
  * <P>
- * Methods in this class should be overriden to provide actual
+ * Methods in this class should be overridden to provide actual
  * implementations.
  *
  * @since 1.5