From 2d057f8007bbe72db3989994ea0925134c0040d9 Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Tue, 27 Jul 2004 05:54:51 +0000
Subject: [PATCH] typo Submitted by: Yuji Yamano yyamano at kt dot rim dot or
dot jp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276717 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/typedef.html | 4 ++--
docs/manual/OptionalTasks/dotnet.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual/CoreTasks/typedef.html b/docs/manual/CoreTasks/typedef.html
index b8325ec3a..70de573ec 100644
--- a/docs/manual/CoreTasks/typedef.html
+++ b/docs/manual/CoreTasks/typedef.html
@@ -88,7 +88,7 @@
is a property file contains name to classname pairs. If the value
is "xml", the file/resource is an xml file/resource structured according
to Antlib.
- The default is "properties" unless the file/resorce name ends with
+ The default is "properties" unless the file/resource name ends with
".xml", in which case the format attribute will have the value "xml".
(introduced in ant1.6)
@@ -159,7 +159,7 @@
The following fragment defines define a type called urlset.
<typedef name="urlset" classname="com.mydomain.URLSet"/>
- The data type is now availabe to Ant. The
+ The data type is now available to Ant. The
class com.mydomain.URLSet
implements this type.
Assuming a class org.acme.ant.RunnableAdapter that
diff --git a/docs/manual/OptionalTasks/dotnet.html b/docs/manual/OptionalTasks/dotnet.html
index 66070accb..661eb08c2 100644
--- a/docs/manual/OptionalTasks/dotnet.html
+++ b/docs/manual/OptionalTasks/dotnet.html
@@ -70,7 +70,7 @@ can, however, be done if absolutely necessary.
vbc |
- Compiles VB.Net code |
+ Compiles VB.NET code |