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 a92201d  Another Javadoc typo.
a92201d is described below

commit a92201d5d9d22566c3d18d3bcc4ffdaf84a07792
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 5 21:08:32 2021 -0500

    Another Javadoc typo.
---
 src/main/java/org/apache/commons/net/ftp/FTP.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTP.java 
b/src/main/java/org/apache/commons/net/ftp/FTP.java
index 5abe03e..818e0d5 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTP.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTP.java
@@ -223,7 +223,7 @@ public class FTP extends SocketClient
 
     /**
      * A ProtocolCommandSupport object used to manage the registering of
-     * ProtocolCommandListeners and te firing of ProtocolCommandEvents.
+     * ProtocolCommandListeners and the firing of ProtocolCommandEvents.
      */
     protected ProtocolCommandSupport _commandSupport_;
 

Reply via email to