From 8e1d92a9a014ff290213883c678b2d01bfab9c2c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 29 Oct 2010 15:57:24 +0000 Subject: [PATCH] make it a sentence git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1028816 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/taskdefs/Zip.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/taskdefs/Zip.java b/src/main/org/apache/tools/ant/taskdefs/Zip.java index 8a97e6fba..69e2df6c2 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Zip.java +++ b/src/main/org/apache/tools/ant/taskdefs/Zip.java @@ -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); }