--- embedaddon/php/ext/standard/tests/file/lchown_error.phpt 2012/05/29 12:34:44 1.1.1.2 +++ embedaddon/php/ext/standard/tests/file/lchown_error.phpt 2013/10/14 08:02:39 1.1.1.3 @@ -36,7 +36,7 @@ var_dump( lchown( $filename ) ); // More than expected arguments var_dump( lchown( $filename, $uid, 'foobar' ) ); -// Non-existant filename +// Non-existent filename var_dump( lchown( 'foobar_lchown.txt', $uid ) ); // Wrong argument types