diff --git a/src/main/org/apache/tools/ant/filters/SortFilter.java b/src/main/org/apache/tools/ant/filters/SortFilter.java index 31d9c39ec..d6ec1f8ac 100644 --- a/src/main/org/apache/tools/ant/filters/SortFilter.java +++ b/src/main/org/apache/tools/ant/filters/SortFilter.java @@ -49,7 +49,7 @@ import org.apache.tools.ant.types.Parameter; *
* Sort all files *.txt
from src location in descendant
* order and copy them into build location. The lines of each file are
- * sorted in ascendant order comparing the lines vía
+ * sorted in ascendant order comparing the lines via the
* String.compareTo(Object o)
method.
*