Author: trustin
Date: Mon Dec 17 01:22:05 2007
New Revision: 604802

URL: http://svn.apache.org/viewvc?rev=604802&view=rev
Log:
typo

Modified:
    
mina/trunk/core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java

Modified: 
mina/trunk/core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java
URL: 
http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java?rev=604802&r1=604801&r2=604802&view=diff
==============================================================================
--- 
mina/trunk/core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java
 (original)
+++ 
mina/trunk/core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java
 Mon Dec 17 01:22:05 2007
@@ -93,7 +93,7 @@
  * }
  * </pre>
  * <p>
- * Please not that this decoder simply forward the call to
+ * Please note that this decoder simply forward the call to
  * [EMAIL PROTECTED] #doDecode(IoSession, IoBuffer, ProtocolDecoderOutput)} if 
the
  * underlying transport doesn't have a packet fragmentation.  Whether the
  * transport has fragmentation or not is determined by querying 


Reply via email to