takagi Sun Feb 25 01:51:37 2007 UTC
Modified files: /phpdoc/en/reference/misc/functions eval.xml Log: typo. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/eval.xml?r1=1.18&r2=1.19&diff_format=u Index: phpdoc/en/reference/misc/functions/eval.xml diff -u phpdoc/en/reference/misc/functions/eval.xml:1.18 phpdoc/en/reference/misc/functions/eval.xml:1.19 --- phpdoc/en/reference/misc/functions/eval.xml:1.18 Mon Feb 19 00:03:13 2007 +++ phpdoc/en/reference/misc/functions/eval.xml Sun Feb 25 01:51:37 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <refentry id="function.eval"> <refnamediv> <refname>eval</refname> @@ -39,7 +39,7 @@ <term><parameter>code_str</parameter></term> <listitem> <para> - The code string to be avaluated. + The code string to be evaluated. <parameter>code_str</parameter> does not have to contain <link linkend="language.basic-syntax.phpmode">PHP Opening tags</link>. </para>