diff options
author | Ted Ross <tross@apache.org> | 2011-12-20 13:23:45 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2011-12-20 13:23:45 +0000 |
commit | fd77033d64f15356003f2363c6b578c4ec29b5d3 (patch) | |
tree | 95f04ec550ace1db48d8c31343f46105bbf98f03 /cpp/include | |
parent | 262d7e0328a5f559c4207c04da498a7b77d5a211 (diff) | |
download | qpid-python-fd77033d64f15356003f2363c6b578c4ec29b5d3.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.h | 2 |
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&); |