done. thanks
Jan > -----Original Message----- > From: Yuji Yamano [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 1:50 PM > To: [EMAIL PROTECTED] > Subject: a few typo in the manual > > > This is the patch to fix typo in the manual. > > Index: ant.html > =================================================================== > RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/ant.html,v > retrieving revision 1.21 > diff -u -u -r1.21 ant.html > --- ant.html 24 Nov 2003 16:12:40 -0000 1.21 > +++ ant.html 17 Dec 2003 12:36:02 -0000 > @@ -11,8 +11,8 @@ > <h3>Description</h3> > > <p>Runs Ant on a supplied buildfile. This can be used to build > -subprojects. <strong>This task must no be used outside of a > -<code>target</code> if it invoces the same build file it is part > +subprojects. <strong>This task must not be used outside of a > +<code>target</code> if it invokes the same build file it is part > of.</strong></p> > > <p>When the <i>antfile</i> attribute is omitted, the file > "build.xml" > @@ -106,7 +106,7 @@ > reference in the calling project, not in the new one.</p> > > <h4><a name="reference">reference</a></h4> > -<p>Used to chose references that shall be copied into the > new project, > +<p>Used to choose references that shall be copied into the > new project, > optionally changing their id.</p> > > <table border="1" cellpadding="2" cellspacing="0"> > Index: antcall.html > =================================================================== > RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/antcall.html,v > retrieving revision 1.21 > diff -u -u -r1.21 antcall.html > --- antcall.html 24 Nov 2003 16:12:40 -0000 1.21 > +++ antcall.html 17 Dec 2003 12:36:02 -0000 > @@ -91,7 +91,7 @@ > href="property.html">property</a> for usage guidelines.</p> > > <h4><a name="reference">reference</a></h4> > -<p>Used to chose references that shall be copied into the > new project, > +<p>Used to choose references that shall be copied into the > new project, > optionally changing their id.</p> > > <table border="1" cellpadding="2" cellspacing="0"> > > -- Yuji Yamano > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >