From 4bc4228b3efb01dd28d1e63e50b73babdf310f62 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 25 Jun 2008 23:32:27 +0000 Subject: [PATCH] sp git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@671685 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/resources/GZipResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/types/resources/GZipResource.java b/src/main/org/apache/tools/ant/types/resources/GZipResource.java index c1fe879f3..9c02f08ae 100644 --- a/src/main/org/apache/tools/ant/types/resources/GZipResource.java +++ b/src/main/org/apache/tools/ant/types/resources/GZipResource.java @@ -26,7 +26,7 @@ import java.util.zip.GZIPOutputStream; /** * A GZip compressed resource. * - *

Wraps around another resource, delegates all quries to that + *

Wraps around another resource, delegates all queries to that * other resource but uncompresses/compresses streams on the fly.

* * @since Ant 1.7