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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new cd5057aa Javadoc spelling
cd5057aa is described below

commit cd5057aa5075541d3f12cd8e763dde02e8828802
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Dec 29 15:45:00 2023 -0500

    Javadoc spelling
---
 src/main/java/org/apache/commons/io/StandardLineSeparator.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/StandardLineSeparator.java 
b/src/main/java/org/apache/commons/io/StandardLineSeparator.java
index 4d40ada2..13a6edd3 100644
--- a/src/main/java/org/apache/commons/io/StandardLineSeparator.java
+++ b/src/main/java/org/apache/commons/io/StandardLineSeparator.java
@@ -28,7 +28,7 @@ import java.util.Objects;
 public enum StandardLineSeparator {
 
     /**
-     * Carriage return. This is the line ending used on Mac OS 9 and earlier.
+     * Carriage return. This is the line ending used on macOS 9 and earlier.
      */
     CR("\r"),
 
@@ -38,7 +38,7 @@ public enum StandardLineSeparator {
     CRLF("\r\n"),
 
     /**
-     * Line feed. This is the line ending used on Linux and Mac OS X and later.
+     * Line feed. This is the line ending used on Linux and macOS X and later.
      */
     LF("\n");
 

Reply via email to