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 2020/12/17 17:12:42 UTC

[commons-net] branch master updated: Normalize spelling to US English.

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 4555c64  Normalize spelling to US English.
4555c64 is described below

commit 4555c649958a0dbd432546948dab6f3ff38f1cbd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 17 12:12:37 2020 -0500

    Normalize spelling to US English.
---
 src/main/java/org/apache/commons/net/ftp/FTPClient.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
index 3e14e1e..cda4ceb 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -3589,7 +3589,7 @@ implements Configurable
      * Issue the FTP MDTM command (not supported by all servers) to retrieve the last
      * modification time of a file. The modification string should be in the
      * ISO 3077 form "YYYYMMDDhhmmss(.xxx)?". The timestamp represented should also be in
-     * GMT, but not all FTP servers honour this.
+     * GMT, but not all FTP servers honor this.
      *
      * @param pathname The file path to query.
      * @return A string representing the last file modification time in <code>YYYYMMDDhhmmss</code> format.
@@ -3608,7 +3608,7 @@ implements Configurable
      * Issue the FTP MDTM command (not supported by all servers) to retrieve the last
      * modification time of a file. The modification string should be in the
      * ISO 3077 form "YYYYMMDDhhmmss(.xxx)?". The timestamp represented should also be in
-     * GMT, but not all FTP servers honour this.
+     * GMT, but not all FTP servers honor this.
      *
      * @param pathname The file path to query.
      * @return A FTPFile representing the last file modification time, may be {@code null}.
@@ -3634,7 +3634,7 @@ implements Configurable
      * modified time of a file.
      *
      * The timestamp should be in the form <code>YYYYMMDDhhmmss</code>. It should also
-     * be in GMT, but not all servers honour this.
+     * be in GMT, but not all servers honor this.
      *
      * An FTP server would indicate its support of this feature by including "MFMT"
      * in its response to the FEAT command, which may be retrieved by FTPClient.features()