From b06e2cbc97430eb543880edb787864e3ce7b6743 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Thu, 6 Oct 2005 15:48:01 +0000
Subject: [PATCH] wrong property name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@306780 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 e691e1732..1209ae088 100644
--- a/docs/manual/CoreTypes/mapper.html
+++ b/docs/manual/CoreTypes/mapper.html
@@ -347,7 +347,7 @@ in a nested <classpath>
.
following algorithm:
- If the system property
-
ant.regexp.matcherimpl
has been set, it is taken as the
+ant.regexp.regexpimpl
has been set, it is taken as the
name of the class implementing
org.apache.tools.ant.util.regexp.RegexpMatcher
that
should be used.