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 | 493764433d25d33f4d426fdc339e9ba56415bb92 (patch) | |
| tree | 4ba955b624d1ab49a87b9bf2edd348533c7e6634 /qpid/cpp/include | |
| parent | fe0585720245f022ef1941934fa725bd99fe1071 (diff) | |
| download | qpid-python-493764433d25d33f4d426fdc339e9ba56415bb92.tar.gz | |
NO-JIRA - Fixed a minor typo in the doc text.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1221249 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/messaging/Session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/messaging/Session.h b/qpid/cpp/include/qpid/messaging/Session.h index e8d6efb35d..94522e4c13 100644 --- a/qpid/cpp/include/qpid/messaging/Session.h +++ b/qpid/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&); |
