nlopess         Thu Feb  5 15:00:51 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   clearstatcache.xml 
  Log:
  typo fix. thabks Gabor
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/clearstatcache.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/filesystem/functions/clearstatcache.xml
diff -u phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.6 
phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.7
--- phpdoc/en/reference/filesystem/functions/clearstatcache.xml:1.6     Thu Feb  5 
14:44:51 2004
+++ phpdoc/en/reference/filesystem/functions/clearstatcache.xml Thu Feb  5 15:00:50 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- split from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.clearstatcache">
    <refnamediv>
@@ -27,7 +27,7 @@
     <para>
      You should also note that PHP don't cache information about non-existent
      files. So, if you call <function>file_exists</function> 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.
     </para>
     <note>

Reply via email to