Author: markt
Date: Thu Jun 13 08:57:45 2013
New Revision: 1492577
URL: http://svn.apache.org/r1492577
Log:
Fix typo
Modified:
tomcat/trunk/java/javax/servlet/ReadListener.java
Modified: tomcat/trunk/java/javax/servlet/ReadListener.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/ReadListener.java?rev=1492577&r1=1492576&r2=1492577&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/ReadListener.java (original)
+++ tomcat/trunk/java/javax/servlet/ReadListener.java Thu Jun 13 08:57:45 2013
@@ -37,7 +37,7 @@ public interface ReadListener extends ja
public abstract void onDataAvailable() throws IOException;
/**
- * Invoked when the request bdy has been fully read.
+ * Invoked when the request body has been fully read.
*
* @throws IOException
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]