vrana Thu Apr 21 06:27:53 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions file-exists.xml
Log:
Typo (spotted by Dave Barr)
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/file-exists.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/filesystem/functions/file-exists.xml
diff -u phpdoc/en/reference/filesystem/functions/file-exists.xml:1.13
phpdoc/en/reference/filesystem/functions/file-exists.xml:1.14
--- phpdoc/en/reference/filesystem/functions/file-exists.xml:1.13 Thu Apr
21 06:22:44 2005
+++ phpdoc/en/reference/filesystem/functions/file-exists.xml Thu Apr 21
06:27:51 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.file-exists">
<refnamediv>
@@ -47,7 +47,7 @@
<warning>
<para>
This function returns &false; for files inaccessible due to <link
- linkend="features.safe-mode">safe mode</link> retrictions. However these
+ linkend="features.safe-mode">safe mode</link> restrictions. However these
files still can be <link linkend="function.include">included</link> if
they are located in <link
linkend="ini.safe-mode-include-dir">safe_mode_include_dir</link>.