You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Yuji Yamano <yy...@kt.rim.or.jp> on 2004/07/26 20:18:09 UTC

typo again

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 <yy...@kt.rim.or.jp>
  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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: typo again

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Thanks Yuji,
change committed to ANT_16_BRANCH and to HEAD.
Cheers,
Antoine

Yuji Yamano wrote:

>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 <yy...@kt.rim.or.jp>
>  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: dev-unsubscribe@ant.apache.org
>For additional commands, e-mail: dev-help@ant.apache.org
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org