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