diff options
author | Gordon Sim <gsim@apache.org> | 2007-02-12 10:32:56 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2007-02-12 10:32:56 +0000 |
commit | e245d780983f08f1886c5cf48a9ccba5fdc44daf (patch) | |
tree | 967e53ad5c3ed1c87c77ca872b5057924f218131 /qpid/cpp/lib/client/ClientExchange.h | |
parent | aa97383bc73a09213063dade4080f7b4c1cf84b8 (diff) | |
download | qpid-python-e245d780983f08f1886c5cf48a9ccba5fdc44daf.tar.gz |
* lib/client/Connection.h - changed default virtual host from '/' to '' as per QPID-349
* lib/client/ClientExchange.h - fixed typo in a comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@506406 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/lib/client/ClientExchange.h')
-rw-r--r-- | qpid/cpp/lib/client/ClientExchange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/lib/client/ClientExchange.h b/qpid/cpp/lib/client/ClientExchange.h index 296a1920a6..a8ac21fa9b 100644 --- a/qpid/cpp/lib/client/ClientExchange.h +++ b/qpid/cpp/lib/client/ClientExchange.h @@ -39,7 +39,7 @@ namespace client { * of the binding and the type of exchange. * * There are some standard exchange instances that are predeclared - * on all AMQP brokers. These are defined as statisc members + * on all AMQP brokers. These are defined as static members * STANDARD_DIRECT_EXCHANGE, STANDARD_TOPIC_EXCHANGE and * STANDARD_HEADERS_EXCHANGE. There is also the 'default' exchange * (member DEFAULT_EXCHANGE) which is nameless and of type |