Skip to content

Commit daa63aa

Browse files
committed
Normalize spelling
Note that "UNIX" is a trademark, "Unix" is not
1 parent 1ffe0a0 commit daa63aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/apache/commons/lang3/SystemUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class SystemUtils {
6969
* The file separator is:
7070
* </p>
7171
* <ul>
72-
* <li>{@code "/"} on UNIX</li>
72+
* <li>{@code "/"} on Unix</li>
7373
* <li>{@code "\"} on Windows.</li>
7474
* </ul>
7575
*
@@ -545,7 +545,7 @@ public class SystemUtils {
545545
public static final String JAVA_VM_VERSION = SystemProperties.getJavaVmVersion();
546546

547547
/**
548-
* A constant for the System Property {@code line.separator}. Line separator ({@code &quot;\n&quot;} on UNIX).
548+
* A constant for the System Property {@code line.separator}. Line separator ({@code &quot;\n&quot;} on Unix).
549549
*
550550
* <p>
551551
* 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 {
611611
public static final String OS_VERSION = SystemProperties.getOsVersion();
612612

613613
/**
614-
* A constant for the System Property {@code path.separator}. Path separator ({@code &quot;:&quot;} on UNIX).
614+
* A constant for the System Property {@code path.separator}. Path separator ({@code &quot;:&quot;} on Unix).
615615
*
616616
* <p>
617617
* Defaults to {@code null} if the runtime does not have security access to read this property or the property does not exist.

0 commit comments

Comments
 (0)