Author: bodewig
Date: Fri Oct 29 15:57:24 2010
New Revision: 1028816
URL: http://svn.apache.org/viewvc?rev=1028816&view=rev
Log:
make it a sentence
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Zip.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Zip.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Zip.java?rev=1028816&r1=1028815&r2=1028816&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Zip.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Zip.java Fri Oct 29
15:57:24 2010
@@ -1332,7 +1332,7 @@ public class Zip extends MatchingTask {
}
}
- // either we there are non-fileset resources or we
+ // either there are non-fileset resources or we
// (re-)create the archive anyway
return new ArchiveState(needsUpdate, initialResources);
}