summaryrefslogtreecommitdiff
path: root/qpid/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
commit493764433d25d33f4d426fdc339e9ba56415bb92 (patch)
tree4ba955b624d1ab49a87b9bf2edd348533c7e6634 /qpid/cpp/include
parentfe0585720245f022ef1941934fa725bd99fe1071 (diff)
downloadqpid-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.h2
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&);