steinm          Tue Apr 16 05:06:01 2002 EDT

  Modified files:              
    /phpdoc/en/reference/domxml reference.xml 
  Log:
  - fixed misspelled function name
  
  
Index: phpdoc/en/reference/domxml/reference.xml
diff -u phpdoc/en/reference/domxml/reference.xml:1.3 
phpdoc/en/reference/domxml/reference.xml:1.4
--- phpdoc/en/reference/domxml/reference.xml:1.3        Tue Apr 16 01:14:49 2002
+++ phpdoc/en/reference/domxml/reference.xml    Tue Apr 16 05:06:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.domxml">
   <title>DOM XML functions</title>
   <titleabbrev>DOM XML</titleabbrev>
@@ -23,7 +23,7 @@
      cannot be
      applied to it. Therefore, if you want to read an XML file and write
      a modified version use the <function>DomDocument_create_element</function>,
-     <function>DomDocument_create_text</function>,
+     <function>DomDocument_create_text_node</function>,
      <function>set_attribute</function>, etc. and finally
      <function>DomDocument_dump_mem</function> functions.
     </para>


Reply via email to