Typo in the comments

This commit is contained in:
Josh Sherman 2012-07-28 13:02:12 -04:00
parent 761caf52cf
commit 5274ed42bb

View file

@ -200,7 +200,7 @@ function __autoload($class)
* @param string $errstr the error message
* @param string $errfile filename that the error was raised in
* @param integer $errline line number the error was raised at
* @param array $errcontext array of every vairable that existed in scope
* @param array $errcontext array of every variable that existed in scope
* @return ErrorException not really returned, but worth documenting
*/
function __handleError($errno, $errstr, $errfile, $errline, array $errcontext)