Changeset 97

Show
Ignore:
Timestamp:
07/14/06 12:48:25 (2 years ago)
Author:
bernhard
Message:

Fixed a typo: os -> unless

Files:

Legend:

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

    r88 r97  
    674674<h2><a name="ExitTask"></a>ExitTask</h2> 
    675675<p> 
    676   Causes the current build script execution to fail and the script to exit with an (optional) error message. 
     676Causes the current build script execution to fail and the script to exit with an (optional) error message. 
    677677</p> 
    678678<h3>Example</h3> 
     
    714714    </tr> 
    715715    <tr> 
    716       <td height="35">os</td> 
     716      <td>unless</td> 
    717717      <td>String</td> 
    718718      <td> Name of property that must <em>not</em> be set in order for script to exit.</td> 
  • trunk/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r86 r97  
    674674<h2><a name="ExitTask"></a>ExitTask</h2> 
    675675<p> 
    676   Causes the current build script execution to fail and the script to exit with an (optional) error message. 
     676Causes the current build script execution to fail and the script to exit with an (optional) error message. 
    677677</p> 
    678678<h3>Example</h3> 
     
    714714    </tr> 
    715715    <tr> 
    716       <td height="35">os</td> 
     716      <td>unless</td> 
    717717      <td>String</td> 
    718718      <td> Name of property that must <em>not</em> be set in order for script to exit.</td>