From d8521f46853e5c5720ec131303014dacbf2bfb1d Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Sun, 27 Apr 2003 07:38:32 +0000
Subject: [PATCH] fix a typo equivalent not euqivalent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274519 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/fileset.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/CoreTypes/fileset.html b/docs/manual/CoreTypes/fileset.html
index beb444cc2..4ab4a78c1 100644
--- a/docs/manual/CoreTypes/fileset.html
+++ b/docs/manual/CoreTypes/fileset.html
@@ -25,7 +25,7 @@ attributes.
Selectors are available as nested elements.within the FileSet.
If any of the selectors within the FileSet do not select the file, the
file is not considered part of the FileSet. This makes FileSets
-euqivalent to an <and>
selector container.
+equivalent to an <and>
selector container.