From b1d6df4015068b53d1e31c9ef6df5dfe25a222dd Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 6 Apr 2010 04:26:06 +0000 Subject: [PATCH] Fix doc bug #51474 (Typo in clearstatcache documentation) and touch up a couple of other grammatical issues with the clearstatcache() page at the same time. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297556 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/clearstatcache.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/clearstatcache.xml b/reference/filesystem/functions/clearstatcache.xml index 91f342d90d..6be9abdeb7 100644 --- a/reference/filesystem/functions/clearstatcache.xml +++ b/reference/filesystem/functions/clearstatcache.xml @@ -70,7 +70,7 @@ clear_realpath_cache - Whenever to clear realpath cache or not. + Whether to clear the realpath cache or not. @@ -78,7 +78,7 @@ filename - Clear realpath cache on a specific filename, only used if + Clear the realpath cache for a specific filename; only used if clear_realpath_cache is &true;.