Author: jglick
Date: Wed Aug 26 18:03:13 2009
New Revision: 808143
URL: http://svn.apache.org/viewvc?rev=808143&view=rev
Log:
Unmappable character, anyway incorrect acc. to
<http://en.wiktionary.org/wiki/via#Etymology_2>.
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFilter.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFilter.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFilter.java?rev=808143&r1=808142&r2=808143&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFilter.java
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/filters/SortFilter.java Wed
Aug 26 18:03:13 2009
@@ -49,7 +49,7 @@
* <p>
* Sort all files <code>*.txt</code> from <i>src</i> location in descendant
* order and copy them into <i>build</i> 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
* <code>String.compareTo(Object o)</code> method.
* </p>
*