rafael          Mon May 27 17:57:12 2002 EDT

  Modified files:              
    /phpdoc-es/features error-handling.xml 
  Log:
  Fix typos
  
  
Index: phpdoc-es/features/error-handling.xml
diff -u phpdoc-es/features/error-handling.xml:1.5 
phpdoc-es/features/error-handling.xml:1.6
--- phpdoc-es/features/error-handling.xml:1.5   Mon May 27 17:49:40 2002
+++ phpdoc-es/features/error-handling.xml       Mon May 27 17:57:11 2002
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <chapter id="features.error-handling">
-  <title>Manjando errores</title>
+  <title>Manejando errores</title>
  
   <para>
    Existen diferentes tipos de errores y advertencias en PHP. Son los siguientes:
@@ -96,7 +96,7 @@
   </para>
 
   <para>
-   Los valores indicados arriba (tanto numericos como simb&oacute;licos) son usados
+   Los valores indicados arriba (tanto num$eacute;ricos como simb&oacute;licos) son 
+usados
    para crear una m&aacute;scara de bits (bitmask) que especifica de los errores que 
    hay que informar. Podeis usar los <link linkend="language.operators.bitwise">
    operadores bitwise</link> para combinar estos valores &oacute; aplicar una 
m&aacute;scara
@@ -278,7 +278,7 @@
   </para>
 
   <para>
-   Consultar tambien<function>error_reporting</function>,
+   Consultar tambien <function>error_reporting</function>,
    <function>error_log</function>,
    <function>set_error_handler</function>,
    <function>restore_error_handler</function>, 


Reply via email to