From 757d86d81e811f105f72fdfce5bc18d83aaa08d4 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 24 Apr 2008 17:42:59 +0000 Subject: Edits to doxygen comments for user documentation. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651321 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/Exchange.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src/qpid/client/Exchange.h') 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; -- cgit v1.2.1