yannick Sat Aug 7 13:24:06 2004 EDT
Modified files: /phpdoc/en/features safe-mode.xml Log: typo http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.52&r2=1.53&ty=u Index: phpdoc/en/features/safe-mode.xml diff -u phpdoc/en/features/safe-mode.xml:1.52 phpdoc/en/features/safe-mode.xml:1.53 --- phpdoc/en/features/safe-mode.xml:1.52 Sat Aug 7 10:55:43 2004 +++ phpdoc/en/features/safe-mode.xml Sat Aug 7 13:24:05 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.52 $ --> +<!-- $Revision: 1.53 $ --> <chapter id="features.safe-mode"> <title>Safe Mode</title> @@ -208,7 +208,7 @@ <para> The special value <systemitem class="constant">.</systemitem> indicates that the working directory of the script will be used as - base-directory. This is however little dagerous as the working directory + base-directory. This is however little dangerous as the working directory of the script can be easily changed by <function>chdir</function>. </para> <para>