summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2014-01-02 10:47:03 +0000
committerGordon Sim <gsim@apache.org>2014-01-02 10:47:03 +0000
commit9e609c26bd733da2306d50af4e99c11aa8c53ffa (patch)
tree1c70fa48b94676374abc5b270475ae58383e9e78 /qpid/cpp/src
parenta07d2fb8b27654574695dbf1c8d077063bc04e41 (diff)
downloadqpid-python-9e609c26bd733da2306d50af4e99c11aa8c53ffa.tar.gz
QPID-5446: fix typo in special property name
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1554785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp b/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp
index 504c5030a8..6b9c21ea92 100644
--- a/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp
+++ b/qpid/cpp/src/qpid/messaging/amqp/EncodedMessage.cpp
@@ -145,7 +145,7 @@ void EncodedMessage::populate(qpid::types::Variant::Map& map) const
map["x-amqp-group-id"] = groupId.str();
}
if (!!groupSequence) {
- map["x-amqp-qroup-sequence"] = groupSequence.get();
+ map["x-amqp-group-sequence"] = groupSequence.get();
}
if (replyToGroupId) {
map["x-amqp-reply-to-group-id"] = replyToGroupId.str();