Skip to content

Commit 7f7ad68

Browse files
committed
Spelling
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1465474 13f79535-47bb-0310-9956-ffa450edef68
1 parent 12ffbf2 commit 7f7ad68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ public boolean accept(final File file) {
173173
}
174174

175175
/**
176-
* Provide a String representaion of this file filter.
176+
* Provide a String representation of this file filter.
177177
*
178-
* @return a String representaion
178+
* @return a String representation
179179
*/
180180
@Override
181181
public String toString() {

0 commit comments

Comments
 (0)