Author: aconway
Date: Mon Mar  5 14:10:37 2007
New Revision: 514887

URL: http://svn.apache.org/viewvc?view=rev&rev=514887
Log:
Fix typo: recover method had <response name="rollback-ok"/>, changed
to recover-ok.

Modified:
    incubator/qpid/trunk/qpid/specs/amqp.0-8.xml

Modified: incubator/qpid/trunk/qpid/specs/amqp.0-8.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/specs/amqp.0-8.xml?view=diff&rev=514887&r1=514886&r2=514887
==============================================================================
--- incubator/qpid/trunk/qpid/specs/amqp.0-8.xml (original)
+++ incubator/qpid/trunk/qpid/specs/amqp.0-8.xml Mon Mar  5 14:10:37 2007
@@ -2521,7 +2521,7 @@
     The server MUST raise a channel exception if this is called on a 
     transacted channel.
   </doc>
-    <response name="rollback-ok"/>
+    <response name="recover-ok"/>
   </method>
   <method name="recover-ok" synchronous="1" index="101">
        confirm a successful recover


Reply via email to