sean Sun Aug 8 13:30:17 2004 EDT
Modified files: /phpdoc/en/features safe-mode.xml Log: grammar http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.53&r2=1.54&ty=u Index: phpdoc/en/features/safe-mode.xml diff -u phpdoc/en/features/safe-mode.xml:1.53 phpdoc/en/features/safe-mode.xml:1.54 --- phpdoc/en/features/safe-mode.xml:1.53 Sat Aug 7 13:24:05 2004 +++ phpdoc/en/features/safe-mode.xml Sun Aug 8 13:30:17 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.53 $ --> +<!-- $Revision: 1.54 $ --> <chapter id="features.safe-mode"> <title>Safe Mode</title> @@ -207,9 +207,9 @@ </para> <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 dangerous as the working directory - of the script can be easily changed by <function>chdir</function>. + indicates that the working directory of the script will be used as the + base-directory. This is, however, a little dangerous as the working directory + of the script can easily be changed with <function>chdir</function>. </para> <para> Under Windows, separate the directories with a semicolon. On all