Changeset 186

Show
Ignore:
Timestamp:
04/19/07 21:18:08 (1 year ago)
Author:
mrook
Message:

Fix typos (closes issue #99)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/phing/parser/AbstractSAXParser.php

    r123 r186  
    6161     * Method that gets invoked when the parser runs over a XML start element. 
    6262     * 
    63      * This method is called by PHP's internal parser funcitons and registered 
     63     * This method is called by PHP's internal parser functions and registered 
    6464     * in the actual parser implementation. 
    6565     * It gives control to the current active handler object by calling the 
  • trunk/docs/phing_guide/book/chapters/Setup.html

    r182 r186  
    3434 
    3535<p> Designed for portability from the get go, Phing runs on all platforms that 
    36   run PHP. However some advanced funcionality may not work properly or is simply 
     36  run PHP. However some advanced functionality may not work properly or is simply 
    3737  ignored on some platforms (i.e. chmod on the Windows platform). </p> 
    3838