didou           Fri May 30 07:28:53 2003 EDT

  Modified files:              
    /phpdoc/en/reference/xml/functions  xml-parser-create-ns.xml 
                                        xml-parser-create.xml 
  Log:
  fixing 23896
  
Index: phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml
diff -u phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.4 
phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml:1.4      Tue Mar 11 
12:46:32 2003
+++ phpdoc/en/reference/xml/functions/xml-parser-create-ns.xml  Fri May 30 07:28:53 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/xml.xml, last change in rev 1.24 -->
   <refentry id='function.xml-parser-create-ns'>
    <refnamediv>
@@ -30,7 +30,7 @@
     <para>
      The optional <parameter>encoding</parameter> specifies the
      character encoding of the XML input to be parsed. Supported
-     encodings are <literal>"ISO-8859-1"</literal>, wich is also
+     encodings are <literal>"ISO-8859-1"</literal>, which is also
      the default if no <parameter>encoding</parameter> is specified,
      <literal>"UTF-8"</literal> and <literal>"US-ASCII"</literal>.
     </para>
Index: phpdoc/en/reference/xml/functions/xml-parser-create.xml
diff -u phpdoc/en/reference/xml/functions/xml-parser-create.xml:1.4 
phpdoc/en/reference/xml/functions/xml-parser-create.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-parser-create.xml:1.4 Tue Mar 11 12:46:32 
2003
+++ phpdoc/en/reference/xml/functions/xml-parser-create.xml     Fri May 30 07:28:53 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
   <refentry id="function.xml-parser-create">
    <refnamediv>
@@ -20,7 +20,7 @@
     <para>
      The optional <parameter>encoding</parameter> specifies the
      character encoding of the XML input to be parsed. Supported
-     encodings are <literal>"ISO-8859-1"</literal>, wich is also
+     encodings are <literal>"ISO-8859-1"</literal>, which is also
      the default if no <parameter>encoding</parameter> is specified,
      <literal>"UTF-8"</literal> and <literal>"US-ASCII"</literal>.
     </para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to