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 33dbc7a commit ee255ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/commons/exec/OS.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ public static boolean isFamilyTandem() {
}

/**
* Tests whether the OS is in the UNIX family.
* Tests whether the OS is in the Unix family.
*
* @return whether the OS is in the UNIX family.
* @return whether the OS is in the Unix family.
*/
public static boolean isFamilyUnix() {
return isFamily(FAMILY_UNIX);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public void tearDown() throws Exception {

/**
*
* Original example from Kai Hu which only can be tested on UNIX
* Original example from Kai Hu which only can be tested on Unix
*
* @throws Exception the test failed
*/
Expand Down

0 comments on commit ee255ea

Please sign in to comment.