diff options
Diffstat (limited to 'cpp/src/qpid/client/Exchange.h')
-rw-r--r-- | cpp/src/qpid/client/Exchange.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/qpid/client/Exchange.h b/cpp/src/qpid/client/Exchange.h index 0640e4fe2c..239c131658 100644 --- a/cpp/src/qpid/client/Exchange.h +++ b/cpp/src/qpid/client/Exchange.h @@ -60,12 +60,12 @@ namespace client { */ static const std::string DIRECT_EXCHANGE; /** - * A topic exchange treat the key with which a queue is bound + * A topic exchange treats the key with which a queue is bound * as a pattern and routes all messages whose routing keys * match that pattern to the bound queue. The routing key for * a message must consist of zero or more alpha-numeric words - * delimited by dots. The pattern is of a similar form but * - * can be used to match excatly one word and # can be used to + * delimited by dots. The pattern is of a similar form, but * + * can be used to match exactly one word and # can be used to * match zero or more words. */ static const std::string TOPIC_EXCHANGE; @@ -77,7 +77,7 @@ namespace client { static const std::string HEADERS_EXCHANGE; /** - * The 'default' exchange, nameless and of type 'direct'. Has + * The 'default' exchange, nameless and of type 'direct', has * every declared queue bound to it by name. */ static const Exchange DEFAULT_EXCHANGE; |