Changeset 192

Show
Ignore:
Timestamp:
05/14/07 20:30:22 (1 year ago)
Author:
mrook
Message:

Fix typos (closes issues #111, #113 and #114)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r184 r192  
    12571257<h3>Example</h3> 
    12581258<pre>&lt;property name=&quot;strings.test&quot; value=&quot;Harr harr, more power!&quot; /&gt; 
    1259 &lt;echo message=&quot;${strings.text}&quot; /&gt; 
     1259&lt;echo message=&quot;${strings.test}&quot; /&gt; 
    12601260 
    12611261&lt;property name=&quot;foo.bar&quot; value=&quot;Yet another property...&quot; /&gt; 
     
    16171617<h2><a name="TypedefTask"></a>TypedefTask</h2> 
    16181618<p> 
    1619   With the TypedefTask you can import a user task into your 
     1619  With the TypedefTask you can import a user type into your 
    16201620  buildfile. 
    16211621</p> 
     
    16811681</ul> 
    16821682<h2><a name="UpToDateTask"></a>UpToDateTask</h2> 
    1683 <p> Available Task tests if a resource/file is set and sets a certain property 
     1683<p>UpToDateTask tests if a resource/file is set and sets a certain property 
    16841684  to a certain value if it exists. </p> 
    16851685<pre title="Example of how to use AvailableTask">&lt;uptodate property=&quot;propelBuild.notRequired&quot; targetfile=&quot;${deploy}\propelClasses.tgz&quot; &gt;