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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]