Skip to content

Commit 1c8c74b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commons-vfs2/src/main/java/org/apache/commons/vfs2/util/Os.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public final class Os {
6666
public static final OsFamily OS_FAMILY_NETWARE = new OsFamily("netware");
6767

6868
/**
69-
* All UNIX based OSes.
69+
* All Unix based OSes.
7070
*/
7171
public static final OsFamily OS_FAMILY_UNIX = new OsFamily("unix");
7272

commons-vfs2/src/main/java/org/apache/commons/vfs2/util/PosixPermissions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.Map;
2222

2323
/**
24-
* UNIX permissions.
24+
* Unix permissions.
2525
*
2626
* @since 2.1
2727
*/

0 commit comments

Comments
 (0)