Browse Source

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
master
Antoine Levy-Lambert 21 years ago
parent
commit
2d057f8007
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      docs/manual/CoreTasks/typedef.html
  2. +1
    -1
      docs/manual/OptionalTasks/dotnet.html

+ 2
- 2
docs/manual/CoreTasks/typedef.html View File

@@ -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 <a href="../CoreTypes/antlib.html">Antlib</a>.
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)
</td>
@@ -159,7 +159,7 @@
The following fragment defines define a type called <i>urlset</i>.
<pre>
&lt;typedef name="urlset" classname="com.mydomain.URLSet"/&gt; </pre>
The data type is now availabe to Ant. The
The data type is now available to Ant. The
class <code>com.mydomain.URLSet</code> implements this type.</p>
<p>
Assuming a class <i>org.acme.ant.RunnableAdapter</i> that


+ 1
- 1
docs/manual/OptionalTasks/dotnet.html View File

@@ -70,7 +70,7 @@ can, however, be done if absolutely necessary.

<tr>
<td><a href="vbc.html">vbc</a></td>
<td>Compiles VB.Net code</td>
<td>Compiles VB.NET code</td>
</tr>

<tr>


Loading…
Cancel
Save