From 7ea1f99985bd38fe34906cb0d968f963523426d3 Mon Sep 17 00:00:00 2001
From: Nuno Lopes <nlopess@php.net>
Date: Wed, 9 Feb 2005 16:06:57 +0000
Subject: [PATCH] fix proto. user note

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179327 c90b9560-bf6c-de11-be94-00142212c4b1
---
 .../dom/functions/dom-domelement-removeattributenode.xml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reference/dom/functions/dom-domelement-removeattributenode.xml b/reference/dom/functions/dom-domelement-removeattributenode.xml
index 8fe0f9dd02..59c6665674 100644
--- a/reference/dom/functions/dom-domelement-removeattributenode.xml
+++ b/reference/dom/functions/dom-domelement-removeattributenode.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry id='function.dom-domelement-removeattributenode'>
  <refnamediv>
   <refname>DOMElement->removeAttributeNode()</refname>
@@ -10,7 +10,7 @@
   <classsynopsis>
    <ooclass><classname>DOMElement</classname></ooclass>
    <methodsynopsis>
-    <type>bool</type><methodname>removeAttribute</methodname>
+    <type>bool</type><methodname>removeAttributeNode</methodname>
     <methodparam><type>DOMAttr</type><parameter>oldnode</parameter></methodparam>
    </methodsynopsis>
   </classsynopsis>