Index: typedef.html
===================================================================
RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/typedef.html,v
retrieving revision 1.14
diff -u -r1.14 typedef.html
--- typedef.html        15 Jan 2004 15:02:13 -0000      1.14
+++ typedef.html        26 Jul 2004 18:16:53 -0000
@@ -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

-- Yuji Yamano <[EMAIL PROTECTED]>
  Loan me your funky mind. So I can play with it,
  for nothing is good unless you play with it. --George Clinton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to