From 6285fdaaccccd051d62b084831ab6d9ca554e0b8 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 5 Feb 2004 20:00:50 +0000 Subject: [PATCH] typo fix. thabks Gabor git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150589 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 e0e22b10af..64f9deff8f 100644 --- a/reference/filesystem/functions/clearstatcache.xml +++ b/reference/filesystem/functions/clearstatcache.xml @@ -1,5 +1,5 @@ - + @@ -27,7 +27,7 @@ You should also note that PHP don't cache information about non-existent files. So, if you call file_exists on a file that - doesn't exist, it will return &false; untill you create the file. If you + doesn't exist, it will return &false; until you create the file. If you create the file, it will return &true; even if you then delete the file.