From cc695c5ea6f2dfd6f0e3ac79e4fab01ead988228 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Thu, 17 May 2001 09:52:32 +0000 Subject: [PATCH] Minor typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269025 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/DirectoryScanner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/DirectoryScanner.java b/src/main/org/apache/tools/ant/DirectoryScanner.java index 07d6d6afe..e86e73c74 100644 --- a/src/main/org/apache/tools/ant/DirectoryScanner.java +++ b/src/main/org/apache/tools/ant/DirectoryScanner.java @@ -844,7 +844,7 @@ strLoop: /** * Get the names of the files that matched at least one of the include - * patterns, an matched none of the exclude patterns. + * patterns, and matched none of the exclude patterns. * The names are relative to the basedir. * * @return the names of the files