You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/09/26 09:56:40 UTC

svn commit: r1627723 - /tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

Author: markt
Date: Fri Sep 26 07:56:40 2014
New Revision: 1627723

URL: http://svn.apache.org/r1627723
Log:
Fix typo

Modified:
    tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java

Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java?rev=1627723&r1=1627722&r2=1627723&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java (original)
+++ tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java Fri Sep 26 07:56:40 2014
@@ -1025,7 +1025,7 @@ public class TestAsyncContextImpl extend
             } catch (InterruptedException e) {
                 throw new ServletException(e);
             }
-            throw new ServletException("Opps.");
+            throw new ServletException("Oops.");
         }
     }
 



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