You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/10/10 08:06:40 UTC

svn commit: r583364 - /ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

Author: jhm
Date: Tue Oct  9 23:06:39 2007
New Revision: 583364

URL: http://svn.apache.org/viewvc?rev=583364&view=rev
Log:
typo

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java?rev=583364&r1=583363&r2=583364&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/types/selectors/SelectorUtils.java Tue Oct  9 23:06:39 2007
@@ -618,7 +618,7 @@
                                       long granularity) {
         long sourceLastModified = src.getLastModified();
         // Check if source exists - use sourceLastModified for file resources
-        // as it quicker that checking exists() again, however string reources
+        // as it is quicker than checking exists() again, however string resources
         // have a last modified time of 0
         boolean sourceExists = (src instanceof FileResource)
             ? sourceLastModified != 0L : src.isExists();



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org