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


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

commit daa63aa595ea39a69e1b44ac23bc50fdcf2afd62
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 7 16:18:38 2024 -0500

    Normalize spelling
    
    Note that "UNIX" is a trademark, "Unix" is not
---
 src/main/java/org/apache/commons/lang3/SystemUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/SystemUtils.java 
b/src/main/java/org/apache/commons/lang3/SystemUtils.java
index 652e49d3f..c6008f19b 100644
--- a/src/main/java/org/apache/commons/lang3/SystemUtils.java
+++ b/src/main/java/org/apache/commons/lang3/SystemUtils.java
@@ -69,7 +69,7 @@ public class SystemUtils {
      * The file separator is:
      * </p>
      * <ul>
-     * <li>{@code "/"} on UNIX</li>
+     * <li>{@code "/"} on Unix</li>
      * <li>{@code "\"} on Windows.</li>
      * </ul>
      *
@@ -545,7 +545,7 @@ public class SystemUtils {
     public static final String JAVA_VM_VERSION = 
SystemProperties.getJavaVmVersion();
 
     /**
-     * A constant for the System Property {@code line.separator}. Line 
separator ({@code &quot;\n&quot;} on UNIX).
+     * A constant for the System Property {@code line.separator}. Line 
separator ({@code &quot;\n&quot;} on Unix).
      *
      * <p>
      * Defaults to {@code null} if the runtime does not have security access 
to read this property or the property does not exist.
@@ -611,7 +611,7 @@ public class SystemUtils {
     public static final String OS_VERSION = SystemProperties.getOsVersion();
 
     /**
-     * A constant for the System Property {@code path.separator}. Path 
separator ({@code &quot;:&quot;} on UNIX).
+     * A constant for the System Property {@code path.separator}. Path 
separator ({@code &quot;:&quot;} on Unix).
      *
      * <p>
      * Defaults to {@code null} if the runtime does not have security access 
to read this property or the property does not exist.

Reply via email to