From ff8336341cf6958293deff29b709bf02e141c959 Mon Sep 17 00:00:00 2001 From: Jamil Nimeh Date: Fri, 10 Jun 2016 00:37:24 -0700 Subject: [PATCH] 8157925: Typo in the API documentation of X509KeyManager Corrects the misspelled word "implentations" to "implementations" Reviewed-by: ascarpino --- .../java.base/share/classes/javax/net/ssl/X509KeyManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java b/jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java index 69ab91ae94d..a5fb83a4296 100644 --- a/jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java +++ b/jdk/src/java.base/share/classes/javax/net/ssl/X509KeyManager.java @@ -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 @@ import java.net.Socket; * key pairs are used to authenticate the local side of a secure * socket. *

- * During secure socket negotiations, implentations + * During secure socket negotiations, implementations * call methods in this interface to: *