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 5f88984f Normalize spelling 5f88984f is described below commit 5f88984f6dee636d82e2200cbfbe4e3b5432395a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 27 10:15:44 2025 -0500 Normalize spelling --- .../apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java b/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java index 4b5d5407..a7534247 100644 --- a/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java +++ b/src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntryParserImpl.java @@ -147,7 +147,7 @@ public abstract class RegexFTPFileEntryParserImpl extends FTPFileEntryParserImpl } /** - * Alter the current regular expression being utilised for entry parsing and create a new {@link Pattern} instance. + * Alter the current regular expression being utilized for entry parsing and create a new {@link Pattern} instance. * * @param regex The new regular expression * @return true @@ -160,7 +160,7 @@ public abstract class RegexFTPFileEntryParserImpl extends FTPFileEntryParserImpl } /** - * Alter the current regular expression being utilised for entry parsing and create a new {@link Pattern} instance. + * Alter the current regular expression being utilized for entry parsing and create a new {@link Pattern} instance. * * @param regex The new regular expression * @param flags the flags to apply, see {@link Pattern#compile(String, int)}. Use 0 for none.