Commit: cd16174f14a93b89f064108d72b4fb612345de8f Author: Rasmus Lerdorf <ras...@php.net> Sun, 13 May 2012 11:45:41 -0700 Parents: b50101764ba0f8d61c010886aca812e740c8193c Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=cd16174f14a93b89f064108d72b4fb612345de8f Log: Fix grammo Changed paths: M ext/standard/filestat.c Diff: diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index bfe1abd..b908df9 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -803,7 +803,7 @@ PHP_FUNCTION(touch) PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len TSRMLS_DC) { /* always clear CurrentStatFile and CurrentLStatFile even if filename is not NULL - * as it may contains outdated data (e.g. "nlink" for a directory when deleting a file + * as it may contain outdated data (e.g. "nlink" for a directory when deleting a file * in this directory, as shown by lstat_stat_variation9.phpt) */ if (BG(CurrentStatFile)) { efree(BG(CurrentStatFile)); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php