From feb6c98bc93da2d1cd4111f903f7170eb6295e21 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Mon, 1 Aug 2005 17:52:46 +0000
Subject: [PATCH] Another typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278483 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/tutorial-HelloWorldWithAnt.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/tutorial-HelloWorldWithAnt.html b/docs/manual/tutorial-HelloWorldWithAnt.html
index 56d61af35..d079ded23 100644
--- a/docs/manual/tutorial-HelloWorldWithAnt.html
+++ b/docs/manual/tutorial-HelloWorldWithAnt.html
@@ -112,7 +112,7 @@ ant compile jar run
Enhance the build file
Ok, the build works - but it is not as nice as it should: many time you are referencing the same directories,
main-class and jar-name are hard coded, and while invocation you have to remember the right order of build steps.
-The first and second point would be adressed with properties, the third with a special property - an attribute
+
The first and second point would be addressed with properties, the third with a special property - an attribute
of the <project>-tag and the fourth problem can be solved using dependencies.
@@ -321,4 +321,4 @@ start the application from that directory and these files will included into the
Copyright © 2005 The Apache Software Foundation. All rights Reserved.