summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/messaging/Session.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/messaging/Session.h')
-rw-r--r--cpp/include/qpid/messaging/Session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/messaging/Session.h b/cpp/include/qpid/messaging/Session.h
index e8d6efb35d..94522e4c13 100644
--- a/cpp/include/qpid/messaging/Session.h
+++ b/cpp/include/qpid/messaging/Session.h
@@ -95,7 +95,7 @@ class QPID_MESSAGING_CLASS_EXTERN Session : public qpid::messaging::Handle<Sessi
QPID_MESSAGING_EXTERN void reject(Message&);
/**
* Releases the specified message. The broker may redeliver the
- * message. One a message has been acknowledged, it can no longer
+ * message. Once a message has been acknowledged, it can no longer
* be released.
*/
QPID_MESSAGING_EXTERN void release(Message&);