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/08 14:40:56 UTC

svn commit: r724344 - /activemq/activemq-cpp/trunk/src/main/decaf/net/Socket.h

Author: tabish
Date: Mon Dec  8 05:40:56 2008
New Revision: 724344

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

Modified:
    activemq/activemq-cpp/trunk/src/main/decaf/net/Socket.h

Modified: activemq/activemq-cpp/trunk/src/main/decaf/net/Socket.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/net/Socket.h?rev=724344&r1=724343&r2=724344&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/decaf/net/Socket.h (original)
+++ activemq/activemq-cpp/trunk/src/main/decaf/net/Socket.h Mon Dec  8 05:40:56 2008
@@ -115,7 +115,7 @@
         virtual int getReceiveBufferSize() const throw( SocketException ) = 0;
 
         /**
-         * Sets the recieve buffer size.
+         * Sets the receive buffer size.
          * @param size Number of bytes to set the receive buffer to.
          * @throws SocketException if the operation fails.
          */