From 09e8fc70857146ae9ac38989632ea075b8085cd6 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 23 Jun 2004 06:35:56 +0000
Subject: [PATCH] typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276605 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 ebc82ca06..7439ad2d9 100644
--- a/docs/manual/develop.html
+++ b/docs/manual/develop.html
@@ -210,7 +210,7 @@ the implementation of your Java virtual machine.
If your task needs to nest an arbitary type that has been defined
- using <taskdef> you have two options.
+ using <typedef> you have two options.
public void add(Type type)
public void addConfigured(Type type)