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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org