From 01ca57a3170fe917f71d809eedfb4c3c059d38aa Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 17 Feb 2010 09:15:17 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910875 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/util/CollectionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/util/CollectionUtils.java b/src/main/org/apache/tools/ant/util/CollectionUtils.java index da112c8c7..4bf4b6b98 100644 --- a/src/main/org/apache/tools/ant/util/CollectionUtils.java +++ b/src/main/org/apache/tools/ant/util/CollectionUtils.java @@ -209,7 +209,7 @@ public class CollectionUtils { } /** - * Returns a collection containg all elements of the iterator. + * Returns a collection containing all elements of the iterator. * * @since Ant 1.8.0 */