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 a2bbe79 Javadoc typo. a2bbe79 is described below commit a2bbe79f8881ed3c8cf51d9341e2b5dd98997bb3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 5 21:07:22 2021 -0500 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 82fe6c2..5abe03e 100644 --- a/src/main/java/org/apache/commons/net/ftp/FTP.java +++ b/src/main/java/org/apache/commons/net/ftp/FTP.java @@ -733,7 +733,7 @@ public class FTP extends SocketClient } /** - * Returns the noth line of text from the last FTP server response as a string. The end of line markers of each are + * Returns the nth line of text from the last FTP server response as a string. The end of line markers of each are * stripped from the line. * * @param index The index of the line to return, 0-based.