From 28571c488fe04f5b214472203e4fff5690ec4dc3 Mon Sep 17 00:00:00 2001
From: Erik Hatcher
Date: Wed, 27 Mar 2002 17:50:28 +0000
Subject: [PATCH] fixed typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272056 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/develop.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/develop.html b/docs/manual/develop.html
index 5c13f64e5..246996a6a 100644
--- a/docs/manual/develop.html
+++ b/docs/manual/develop.html
@@ -192,7 +192,7 @@ constructor. This is the only difference between options 1 and 2.
The difference between 2 and 3 is what Ant has done to the object
before it passes it to the method. addInner
will receive
an object directly after the constructor has been called, while
-addConstructedInner
gets the object after the
+addConfiguredInner
gets the object after the
attributes and nested children for this new object have been
handled.