Skip to content

Commit f191b33

Browse files
author
Gary Gregory
committed
Typos.
1 parent d09bfe7 commit f191b33

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/apache/commons/io/FilenameUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ private static char toSeparator(final boolean unixSeparator) {
15341534
* <p>
15351535
* The wildcard matcher uses the characters '?' and '*' to represent a
15361536
* single or multiple (zero or more) wildcard characters.
1537-
* This is the same as often found on Dos/Unix command lines.
1537+
* This is the same as often found on DOS/Unix command lines.
15381538
* The check is case-sensitive always.
15391539
* <pre>
15401540
* wildcardMatch("c.txt", "*.txt") --&gt; true
@@ -1652,7 +1652,7 @@ public static boolean wildcardMatch(final String fileName, final String wildcard
16521652
* <p>
16531653
* The wildcard matcher uses the characters '?' and '*' to represent a
16541654
* single or multiple (zero or more) wildcard characters.
1655-
* This is the same as often found on Dos/Unix command lines.
1655+
* This is the same as often found on DOS/Unix command lines.
16561656
* The check is case-sensitive on Unix and case-insensitive on Windows.
16571657
* <pre>
16581658
* wildcardMatch("c.txt", "*.txt") --&gt; true

src/main/java/org/apache/commons/io/filefilter/WildcardFileFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* <p>
3737
* The wildcard matcher uses the characters '?' and '*' to represent a
3838
* single or multiple wildcard characters.
39-
* This is the same as often found on Dos/Unix command lines.
39+
* This is the same as often found on DOS/Unix command lines.
4040
* The check is case-sensitive by default.
4141
* See {@link FilenameUtils#wildcardMatchOnSystem(String,String)} for more information.
4242
* </p>

src/main/java/org/apache/commons/io/filefilter/WildcardFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* <p>
3737
* The wildcard matcher uses the characters '?' and '*' to represent a
3838
* single or multiple wildcard characters.
39-
* This is the same as often found on Dos/Unix command lines.
39+
* This is the same as often found on DOS/Unix command lines.
4040
* The extension check is case-sensitive.
4141
* See {@link FilenameUtils#wildcardMatch(String, String)} for more information.
4242
* </p>

0 commit comments

Comments
 (0)