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 447c7ef8 Normalize spelling
447c7ef8 is described below

commit 447c7ef8ec31a0c0011db7a6463e035a5efaede4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jan 27 10:53:48 2025 -0500

    Normalize spelling
---
 .../org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java 
b/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
index 443652ea..0bf2c4d0 100644
--- a/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
+++ b/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java
@@ -65,7 +65,7 @@ public class MVSFTPEntryParser extends 
ConfigurableFTPFileEntryParserImpl {
             "\\S+\\s+" + // recfm - ignored
             "\\S+\\s+" + // logical record length -ignored
             "\\S+\\s+" + // block size - ignored
-            "(PS|PO|PO-E)\\s+" + // Dataset organisation. Many exist
+            "(PS|PO|PO-E)\\s+" + // Dataset organization. Many exist
             // but only support: PS, PO, PO-E
             "(\\S+)\\s*"; // Dataset Name (file name)
 
@@ -171,10 +171,10 @@ public class MVSFTPEntryParser extends 
ConfigurableFTPFileEntryParserImpl {
      * max 44 characters including the dots.
      *
      *
-     * Dataset organisation ====================
+     * Dataset organization ====================
      *
-     * A dataset represents a piece of storage allocated on one or more disks. 
The structure of the storage is described with the field dataset organisation
-     * (DSORG). There are a number of dataset organisations, but only two are 
usable for FTP transfer.
+     * A dataset represents a piece of storage allocated on one or more disks. 
The structure of the storage is described with the field dataset organization
+     * (DSORG). There are a number of dataset organizations, but only two are 
usable for FTP transfer.
      *
      * DSORG: PS: sequential, or flat file PO: partitioned dataset PO-E: 
extended partitioned dataset
      *
@@ -246,7 +246,7 @@ public class MVSFTPEntryParser extends 
ConfigurableFTPFileEntryParserImpl {
      * </pre>
      * <pre>
      * ----------------------------------- Group within Regex [1] Volume [2] 
Unit [3] Referred [4] Ext: number of extents [5] Used [6] Recfm: Record format 
[7]
-     * Lrecl: Logical record length [8] BlkSz: Block size [9] Dsorg: Dataset 
organisation. Many exists but only support: PS, PO, PO-E [10] Dsname: Dataset 
name
+     * Lrecl: Logical record length [8] BlkSz: Block size [9] Dsorg: Dataset 
organization. Many exists but only support: PS, PO, PO-E [10] Dsname: Dataset 
name
      * </pre>
      *
      * @param entry zosDirectoryEntry

Reply via email to