summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2011-12-20 13:23:45 +0000
committerTed Ross <tross@apache.org>2011-12-20 13:23:45 +0000
commitb66b9dede8f28e9f169e655bc96ed08302946812 (patch)
tree95f04ec550ace1db48d8c31343f46105bbf98f03 /cpp/include
parentb02de148789ff8fffebc0bea443f59d562880e5b (diff)
downloadqpid-python-b66b9dede8f28e9f169e655bc96ed08302946812.tar.gz
NO-JIRA - Fixed a minor typo in the doc text.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1221249 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-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&);