From cb4cbd52827eba9e36aa0c3dd54386ee67829994 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Tue, 15 Jan 2008 12:06:19 +0000 Subject: [PATCH] - spelling - a sentence was incomplete (missing additional docs?) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@612091 13f79535-47bb-0310-9956-ffa450edef68 --- .../tools/ant/types/resources/AbstractClasspathResource.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/org/apache/tools/ant/types/resources/AbstractClasspathResource.java b/src/main/org/apache/tools/ant/types/resources/AbstractClasspathResource.java index bbf35faa3..e2a944eca 100644 --- a/src/main/org/apache/tools/ant/types/resources/AbstractClasspathResource.java +++ b/src/main/org/apache/tools/ant/types/resources/AbstractClasspathResource.java @@ -26,8 +26,8 @@ import java.io.IOException; /** * - * A Resource representation of anything thta is accessed via a Java classloader. - * The core methods to set/resolve the classpath are provided, and + * A Resource representation of anything that is accessed via a Java classloader. + * The core methods to set/resolve the classpath are provided. * @since Ant 1.8 * */