From a6c6bb1a65eef1c758442aae721efdcc463c6cf1 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 30 Jun 2010 14:05:51 +0000 Subject: Fixed incorrect syntax for connection options in the comments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@959317 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/messaging/Connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/include/qpid') diff --git a/cpp/include/qpid/messaging/Connection.h b/cpp/include/qpid/messaging/Connection.h index a7f67cef8e..5af4628fa8 100644 --- a/cpp/include/qpid/messaging/Connection.h +++ b/cpp/include/qpid/messaging/Connection.h @@ -78,7 +78,7 @@ class Connection : public qpid::messaging::Handle QPID_MESSAGING_EXTERN Connection(const std::string& url, const qpid::types::Variant::Map& options = qpid::types::Variant::Map()); /** * Creates a connection using an option string of the form - * {name=value,name2=value2...}, see above for options supported. + * {name:value,name2:value2...}, see above for options supported. * * @exception InvalidOptionString if the string does not match the correct syntax */ -- cgit v1.2.1