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 2012/05/08 16:19:32 UTC

svn commit: r1335547 - /tomcat/trunk/java/org/apache/catalina/Context.java

Author: markt
Date: Tue May  8 14:19:32 2012
New Revision: 1335547

URL: http://svn.apache.org/viewvc?rev=1335547&view=rev
Log:
Fix typo

Modified:
    tomcat/trunk/java/org/apache/catalina/Context.java

Modified: tomcat/trunk/java/org/apache/catalina/Context.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/Context.java?rev=1335547&r1=1335546&r2=1335547&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/Context.java (original)
+++ tomcat/trunk/java/org/apache/catalina/Context.java Tue May  8 14:19:32 2012
@@ -1389,7 +1389,7 @@ public interface Context extends Contain
     public void setSendRedirectBody(boolean enable);
 
     /**
-     * Dtermines if the context is configured to included a response body as
+     * Determines if the context is configured to included a response body as
      * part of a redirect response.
      */
     public boolean getSendRedirectBody();



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