Author: markt Date: Wed Feb 18 12:07:32 2015 New Revision: 1660608 URL: http://svn.apache.org/r1660608 Log: Fix typo
Modified: tomcat/trunk/java/org/apache/coyote/Response.java Modified: tomcat/trunk/java/org/apache/coyote/Response.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/Response.java?rev=1660608&r1=1660607&r2=1660608&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/Response.java (original) +++ tomcat/trunk/java/org/apache/coyote/Response.java Wed Feb 18 12:07:32 2015 @@ -584,7 +584,7 @@ public final class Response { action(ActionCode.DISPATCH_WRITE, null); synchronized (nonBlockingStateLock) { // Ensure we don't get multiple write registrations if - // ServletOutoutStream.isReady() returns false during a call to + // ServletOutputStream.isReady() returns false during a call to // onDataAvailable() registeredForWrite = true; // Need to set the fireListener flag otherwise when the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org