summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/client/Subscription.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/client/Subscription.h')
-rw-r--r--qpid/cpp/src/qpid/client/Subscription.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/client/Subscription.h b/qpid/cpp/src/qpid/client/Subscription.h
index 4a3b9a5098..43c6100254 100644
--- a/qpid/cpp/src/qpid/client/Subscription.h
+++ b/qpid/cpp/src/qpid/client/Subscription.h
@@ -42,7 +42,7 @@ class Subscription : public Handle<SubscriptionImpl> {
public:
QPID_CLIENT_EXTERN Subscription(SubscriptionImpl* si=0) : Handle<SubscriptionImpl>(si) {}
- /** The name of the subsctription, used as the "destination" for messages from the broker.
+ /** The name of the subscription, used as the "destination" for messages from the broker.
* Usually the same as the queue name but can be set differently.
*/
QPID_CLIENT_EXTERN std::string getName() const;