Author: mwebb
Date: Tue Nov 13 04:26:08 2007
New Revision: 594507
URL: http://svn.apache.org/viewvc?rev=594507&view=rev
Log:
fixed a typo in the read() javadoc section
Modified:
mina/trunk/core/src/main/java/org/apache/mina/common/IoSession.java
Modified: mina/trunk/core/src/main/java/org/apache/mina/common/IoSession.java
URL:
http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/common/IoSession.java?rev=594507&r1=594506&r2=594507&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/common/IoSession.java
(original)
+++ mina/trunk/core/src/main/java/org/apache/mina/common/IoSession.java Tue Nov
13 04:26:08 2007
@@ -87,7 +87,7 @@
* throw [EMAIL PROTECTED] IllegalStateException} because all received
events must be
* queued somewhere to support this operation, possibly leading to memory
* leak. This means you have to keep calling [EMAIL PROTECTED] #read()}
once you
- * enabled this operation. To enable this oepration, please call
+ * enabled this operation. To enable this operation, please call
* [EMAIL PROTECTED] IoSessionConfig#setUseReadOperation(boolean)} with
<tt>true</tt>.
*
* @throws IllegalStateException if