You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/02 23:05:48 UTC

[commons-net] branch master updated: Fix spelling in Javadoc.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 022e5b3  Fix spelling in Javadoc.
022e5b3 is described below

commit 022e5b33089189a657eca4ddde104f8e8a0d7db0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 2 18:05:44 2021 -0500

    Fix spelling in Javadoc.
---
 src/main/java/org/apache/commons/net/ftp/FTPSClient.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTPSClient.java b/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
index 06f3d1f..cc77062 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
@@ -117,7 +117,7 @@ public class FTPSClient extends FTPClient {
     /** The {@link HostnameVerifier} to use post-TLS, default null (i.e. no verification). */
     private HostnameVerifier hostnameVerifier = null;
 
-    /** Use Java 1.7+ HTTPS Endpoint Identification Algorithim. */
+    /** Use Java 1.7+ HTTPS Endpoint Identification Algorithm. */
     private boolean tlsEndpointChecking;
 
     /**