You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/12/05 16:25:59 UTC

svn commit: r723759 - /activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQConnection.h

Author: tabish
Date: Fri Dec  5 07:25:59 2008
New Revision: 723759

URL: http://svn.apache.org/viewvc?rev=723759&view=rev
Log:
Fix spelling errors in Docs

Modified:
    activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQConnection.h

Modified: activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQConnection.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQConnection.h?rev=723759&r1=723758&r2=723759&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQConnection.h (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/core/ActiveMQConnection.h Fri Dec  5 07:25:59 2008
@@ -137,7 +137,7 @@
         /**
          * Creates a new Session to work for this Connection using the
          * specified acknowledgment mode
-         * @param ackMode the Acknowledgement Mode to use.
+         * @param ackMode the Acknowledgment Mode to use.
          * @throws CMSException
          */
         virtual cms::Session* createSession( cms::Session::AcknowledgeMode ackMode )
@@ -159,13 +159,13 @@
 
         /**
          * Gets the registered Exception Listener for this connection
-         * @return pointer to an exception listnener or NULL
+         * @return pointer to an exception listener or NULL
          */
         virtual cms::ExceptionListener* getExceptionListener() const{
             return exceptionListener; };
 
         /**
-         * Sets the registed Exception Listener for this connection
+         * Sets the registered Exception Listener for this connection
          * @param listener pointer to and <code>ExceptionListener</code>
          */
         virtual void setExceptionListener( cms::ExceptionListener* listener ){
@@ -219,7 +219,7 @@
     public:
 
         /**
-         * Notify the excpetion listener
+         * Notify the exception listener
          * @param ex the exception to fire
          */
         void fire( exceptions::ActiveMQException& ex ) {