Skip to content

Commit 1ffe0a0

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ public class SystemUtils {
16711671
public static final boolean IS_OS_SUN_OS = getOsNameMatches("SunOS");
16721672

16731673
/**
1674-
* The constant {@code true} if this is a UNIX like system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
1674+
* The constant {@code true} if this is a Unix like system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
16751675
*
16761676
* <p>
16771677
* The field will return {@code false} if {@code OS_NAME} is {@code null}.

src/main/java/org/apache/commons/lang3/text/StrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ public StrBuilder appendln(final StringBuilder str, final int startIndex, final
11501150
* By default, the new line is the system default from {@link System#lineSeparator()}.
11511151
* </p>
11521152
* <p>
1153-
* The new line string can be changed using {@link #setNewLineText(String)}. For example, you can use this to force the output to always use UNIX line
1153+
* The new line string can be changed using {@link #setNewLineText(String)}. For example, you can use this to force the output to always use Unix line
11541154
* endings even when on Windows.
11551155
* </p>
11561156
*

0 commit comments

Comments
 (0)