Skip to content

Commit

Permalink
Normalize spelling
Browse files Browse the repository at this point in the history
Note that "UNIX" is a trademark, "Unix" is not
  • Loading branch information
garydgregory committed Dec 6, 2024
1 parent fa0be4c commit 1c8c74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public final class Os {
public static final OsFamily OS_FAMILY_NETWARE = new OsFamily("netware");

/**
* All UNIX based OSes.
* All Unix based OSes.
*/
public static final OsFamily OS_FAMILY_UNIX = new OsFamily("unix");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.util.Map;

/**
* UNIX permissions.
* Unix permissions.
*
* @since 2.1
*/
Expand Down

0 comments on commit 1c8c74b

Please sign in to comment.