Author: tross Date: Tue Dec 20 13:23:45 2011 New Revision: 1221249 URL: http://svn.apache.org/viewvc?rev=1221249&view=rev Log: NO-JIRA - Fixed a minor typo in the doc text.
Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h Modified: qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h?rev=1221249&r1=1221248&r2=1221249&view=diff ============================================================================== --- qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h (original) +++ qpid/trunk/qpid/cpp/include/qpid/messaging/Session.h Tue Dec 20 13:23:45 2011 @@ -95,7 +95,7 @@ class QPID_MESSAGING_CLASS_EXTERN Sessio 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&); --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org