Author: kkolinko
Date: Tue May 29 09:43:10 2012
New Revision: 1343629

URL: http://svn.apache.org/viewvc?rev=1343629&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=1343629&r1=1343628&r2=1343629&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/Context.java (original)
+++ tomcat/trunk/java/org/apache/catalina/Context.java Tue May 29 09:43:10 2012
@@ -1389,7 +1389,7 @@ public interface Context extends Contain
     public void setSendRedirectBody(boolean enable);
 
     /**
-     * Determines if the context is configured to included a response body as
+     * Determines if the context is configured to include a response body as
      * part of a redirect response.
      */
     public boolean getSendRedirectBody();



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

Reply via email to