From a233e16df34b43ad224aef51602cfca281512559 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Tue, 18 Jan 2005 23:22:17 +0000
Subject: [PATCH] Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277386 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/mapper.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/CoreTypes/mapper.html b/docs/manual/CoreTypes/mapper.html
index 1c2a2a624..ca0a47b60 100644
--- a/docs/manual/CoreTypes/mapper.html
+++ b/docs/manual/CoreTypes/mapper.html
@@ -254,7 +254,7 @@ that don't match the from
pattern will be ignored.
Required |
- casesensitice |
+ casesensitive |
If this is false, the mapper will ignore case when matching the glob pattern.
This attribute can be true or false, the default is true.
|