bjori           Wed Oct  4 07:37:46 2006 UTC

  Modified files:              
    /phpdoc/en/reference/errorfunc      examples.xml 
  Log:
  E_RECOVERABLE_ERRROR->E_RECOVERABLE_ERROR bug#39028
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/errorfunc/examples.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/errorfunc/examples.xml
diff -u phpdoc/en/reference/errorfunc/examples.xml:1.8 
phpdoc/en/reference/errorfunc/examples.xml:1.9
--- phpdoc/en/reference/errorfunc/examples.xml:1.8      Thu Jun  8 11:19:12 2006
+++ phpdoc/en/reference/errorfunc/examples.xml  Wed Oct  4 07:37:46 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <section id="errorfunc.examples">
  &reftitle.examples;
   <para>
@@ -38,7 +38,7 @@
                 E_USER_WARNING       => 'User Warning',
                 E_USER_NOTICE        => 'User Notice',
                 E_STRICT             => 'Runtime Notice',
-                E_RECOVERABLE_ERRROR => 'Catchable Fatal Error'
+                E_RECOVERABLE_ERROR  => 'Catchable Fatal Error'
                 );
     // set of errors for which a var trace will be saved
     $user_errors = array(E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE);

Reply via email to