From 35635fee1eb403dacaec1a55df7398318e48264d Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Wed, 17 Dec 2003 13:06:52 +0000
Subject: [PATCH] Typo. Thanks to Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275794 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/ant.html | 11 +++++------
docs/manual/CoreTasks/antcall.html | 17 ++++++++---------
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/docs/manual/CoreTasks/ant.html b/docs/manual/CoreTasks/ant.html
index c23062d13..6b48c697c 100644
--- a/docs/manual/CoreTasks/ant.html
+++ b/docs/manual/CoreTasks/ant.html
@@ -11,7 +11,7 @@
Description
Runs Ant on a supplied buildfile. This can be used to build
-subprojects. This task must no be used outside of a
+subprojects. This task must not be used outside of a
target
if it invoces the same build file it is part
of.
@@ -63,7 +63,7 @@ inside of targets.
dir |
- the directory to use as a basedir for the new Ant project.
+ | the directory to use as a basedir for the new Ant project.
Defaults to the current project's basedir, unless
inheritall has been set to false, in which case it doesn't
have a default value. This will override the basedir
@@ -85,13 +85,13 @@ inside of targets.
| No |
- inheritAll |
+ inheritAll |
If true , pass all properties to the
new Ant project. Defaults to true . |
No |
- inheritRefs |
+ inheritRefs |
If true , pass all references to the
new Ant project. Defaults to false . |
No |
@@ -106,7 +106,7 @@ task. Note that the refid
attribute points to a
reference in the calling project, not in the new one.
-Used to chose references that shall be copied into the new project,
+
Used to choose references that shall be copied into the new project,
optionally changing their id.
@@ -248,4 +248,3 @@ Reserved.