Author: rjung
Date: Fri Feb  6 21:58:35 2015
New Revision: 1657977

URL: http://svn.apache.org/r1657977
Log:
Fix typo in Changelog.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1657977&r1=1657976&r2=1657977&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Feb  6 21:58:35 2015
@@ -192,7 +192,7 @@
       <add>
         Back-port clarification from Servlet 3.1 specification that during
         aysnc processing an <code>IllegalStateException</code> should be thrown
-        if <code>getReqyest()</code> or <code>getResponse()</code> is called
+        if <code>getRequest()</code> or <code>getResponse()</code> is called
         after <code>complete()</code> or <code>dispatch()</code>. (markt)
       </add>
       <fix>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to