]> granicus.if.org Git - php/commitdiff
- typo/clarity
authorPierre Joye <pajoye@php.net>
Thu, 2 Sep 2010 10:30:34 +0000 (10:30 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 2 Sep 2010 10:30:34 +0000 (10:30 +0000)
UPGRADING.INTERNALS

index f6bb9bf8492ca51f7f35f505f62ee22f26cd1562..79572eb2e9d74e3caa3d8235c056ca7fca696cbc 100644 (file)
@@ -16,7 +16,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path,
 
        b. stat/lstat support
 
-php_sys_lstat is now available on all platforms. On unix-like platform
+lstat is now available on all platforms. On unix-like platform
 php_sys_lstat is an alias to lstat (when avaible). On Windows it is now 
 available using php_sys_lstat. php_sys_stat and php_sys_lstat usage is recommended 
 instead of calling lstat directly, to ensure portability.