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/09 15:02:29 UTC

svn commit: r724706 - /activemq/activemq-cpp/trunk/src/main/decaf/io/InputStream.h

Author: tabish
Date: Tue Dec  9 06:02:29 2008
New Revision: 724706

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

Modified:
    activemq/activemq-cpp/trunk/src/main/decaf/io/InputStream.h

Modified: activemq/activemq-cpp/trunk/src/main/decaf/io/InputStream.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/io/InputStream.h?rev=724706&r1=724705&r2=724706&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/decaf/io/InputStream.h (original)
+++ activemq/activemq-cpp/trunk/src/main/decaf/io/InputStream.h Tue Dec  9 06:02:29 2008
@@ -84,7 +84,7 @@
         virtual bool markSupported() const = 0;
 
         /**
-         * Indcates the number of bytes avaialable.
+         * Indicates the number of bytes available.
          * @return the number of bytes available on this input stream.
          * @throws IOException if an error occurs.
          */
@@ -127,7 +127,7 @@
          * of the stream has been reached. Subclasses are encouraged to
          * provide a more efficient implementation of this method.
          * @param num - the number of bytes to skip
-         * @returns total butes skipped
+         * @returns total bytes skipped
          * @throws IOException if an error occurs
          */
         virtual std::size_t skip( std::size_t num )