From 986b213cec2bfff8af1e561c43211c46f84f11cd Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 29 Oct 2001 09:38:48 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269831 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/ant.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html index 2f888b4cd..bc7b6f4db 100644 --- a/docs/manual/CoreTasks/ant.html +++ b/docs/manual/CoreTasks/ant.html @@ -42,7 +42,7 @@ setting of inheritAll. This allows you to parameterize your subprojects. dir the directory to use as a basedir for the new Ant project. Defaults to the current project's basedir, unless - ineritall has been set to false, in which case it doesn't + inheritall has been set to false, in which case it doesn't have a default value. This will override the basedir setting of the called project. No