Author: kkolinko Date: Fri Jun 22 11:58:35 2018 New Revision: 1834124 URL: http://svn.apache.org/viewvc?rev=1834124&view=rev Log: Fix typos.
Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/webapps/docs/default-servlet.xml tomcat/trunk/webapps/docs/jasper-howto.xml tomcat/trunk/webapps/docs/setup.xml Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/Request.java?rev=1834124&r1=1834123&r2=1834124&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/connector/Request.java (original) +++ tomcat/trunk/java/org/apache/catalina/connector/Request.java Fri Jun 22 11:58:35 2018 @@ -176,7 +176,7 @@ public class Request implements HttpServ // ----------------------------------------------------- Variables /** - * @deprecated Unused. This will be removed in Tomact 10. + * @deprecated Unused. This will be removed in Tomcat 10. */ @Deprecated protected static final TimeZone GMT_ZONE = TimeZone.getTimeZone("GMT"); Modified: tomcat/trunk/webapps/docs/default-servlet.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/default-servlet.xml?rev=1834124&r1=1834123&r2=1834124&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/default-servlet.xml (original) +++ tomcat/trunk/webapps/docs/default-servlet.xml Fri Jun 22 11:58:35 2018 @@ -75,7 +75,7 @@ listings are disabled and debugging is t override the default configuration by re-defining the DefaultServlet in <code>/WEB-INF/web.xml</code>. However, this will cause problems if you attempt to deploy the application on another container as the DefaultServlet class will -not be recognised. You can work-around this problem by using the Tomact specific +not be recognised. You can work-around this problem by using the Tomcat specific <code>/WEB-INF/tomcat-web.xml</code> deployment descriptor. The format is identical to <code>/WEB-INF/web.xml</code>. It will override any default settings but not those in <code>/WEB-INF/web.xml</code>. Since it is Tomcat Modified: tomcat/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=1834124&r1=1834123&r2=1834124&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/trunk/webapps/docs/jasper-howto.xml Fri Jun 22 11:58:35 2018 @@ -227,7 +227,7 @@ of the new compiler by configuring the c override the default configuration by re-defining the JSP Servlet in <code>/WEB-INF/web.xml</code>. However, this may cause problems if you attempt to deploy the application on another container as the JSP Servlet class may -not be recognised. You can work-around this problem by using the Tomact specific +not be recognised. You can work-around this problem by using the Tomcat specific <code>/WEB-INF/tomcat-web.xml</code> deployment descriptor. The format is identical to <code>/WEB-INF/web.xml</code>. It will override any default settings but not those in <code>/WEB-INF/web.xml</code>. Since it is Tomcat Modified: tomcat/trunk/webapps/docs/setup.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/setup.xml?rev=1834124&r1=1834123&r2=1834124&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/setup.xml (original) +++ tomcat/trunk/webapps/docs/setup.xml Fri Jun 22 11:58:35 2018 @@ -94,7 +94,7 @@ </ul> By using <code>/C=...</code> along with <code>/S</code> and <code>/D=</code> it is possible to perform fully configured - unattended installs of Apache Tomact. + unattended installs of Apache Tomcat. </li> <li>Refer to the <a href="windows-service-howto.html">Windows Service HOW-TO</a> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org