This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-net.git
The following commit(s) were added to refs/heads/release by this push: new 2781140 Normalize to US English spelling. 2781140 is described below commit 2781140de620246ce5febf4fb8b5baa9160f4b8e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 8 14:15:43 2021 -0500 Normalize to US English spelling. --- src/main/java/org/apache/commons/net/util/SSLContextUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/net/util/SSLContextUtils.java b/src/main/java/org/apache/commons/net/util/SSLContextUtils.java index dd03604..0a660d3 100644 --- a/src/main/java/org/apache/commons/net/util/SSLContextUtils.java +++ b/src/main/java/org/apache/commons/net/util/SSLContextUtils.java @@ -36,7 +36,7 @@ public class SSLContextUtils { } /** - * Create and initialise an SSLContext. + * Create and initialize an SSLContext. * @param protocol the protocol used to instatiate the context * @param keyManager the key manager, may be {@code null} * @param trustManager the trust manager, may be {@code null} @@ -51,7 +51,7 @@ public class SSLContextUtils { } /** - * Create and initialise an SSLContext. + * Create and initialize an SSLContext. * @param protocol the protocol used to instatiate the context * @param keyManagers the array of key managers, may be {@code null} but array entries must not be {@code null} * @param trustManagers the array of trust managers, may be {@code null} but array entries must not be {@code null}