diff options
author | Alan Conway <aconway@apache.org> | 2007-03-05 22:10:37 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-03-05 22:10:37 +0000 |
commit | 54ba98d03f69e6b07008b2b5a3f37ab825e534fa (patch) | |
tree | cda36de71ab62af5ef259cebcec1b178d958776f | |
parent | d8af3d27e9ad089c9fa52d0943c82da856102bb2 (diff) | |
download | qpid-python-54ba98d03f69e6b07008b2b5a3f37ab825e534fa.tar.gz |
Fix typo: recover method had <response name="rollback-ok"/>, changed
to recover-ok.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@514887 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | specs/amqp.0-8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/amqp.0-8.xml b/specs/amqp.0-8.xml index 3b0a1d5363..bfb9ee4658 100644 --- a/specs/amqp.0-8.xml +++ b/specs/amqp.0-8.xml @@ -2521,7 +2521,7 @@ localised reply text 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 |