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 e9257ccf Normalize spelling e9257ccf is described below commit e9257ccf1348af7377658e3d362b85712e4e1aa9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 6 18:02:36 2024 -0500 Normalize spelling Note that "UNIX" is a trademark, "Unix" is not --- src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java b/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java index 08f56ba2..aef81151 100644 --- a/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java +++ b/src/main/java/org/apache/commons/net/ftp/FTPClientConfig.java @@ -130,7 +130,7 @@ public class FTPClientConfig { public static final String SYST_UNIX = "UNIX"; /** - * Identifier for alternate UNIX parser; same as {@link #SYST_UNIX} but leading spaces are trimmed from file names. This is to maintain backwards + * Identifier for alternate Unix parser; same as {@link #SYST_UNIX} but leading spaces are trimmed from file names. This is to maintain backwards * compatibility with the original behavior of the parser which ignored multiple spaces between the date and the start of the file name. * * @since 3.4