You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/05/29 11:47:28 UTC

svn commit: r1343631 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Context.java

Author: kkolinko
Date: Tue May 29 09:47:27 2012
New Revision: 1343631

URL: http://svn.apache.org/viewvc?rev=1343631&view=rev
Log:
Merged revisions r1335547 r1343629 from tomcat/trunk:
Fix typos

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1335547,1343629

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java?rev=1343631&r1=1343630&r2=1343631&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/Context.java Tue May 29 09:47:27 2012
@@ -1401,7 +1401,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 include 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