Author: kkolinko Date: Fri Feb 1 08:53:15 2013 New Revision: 1441348 URL: http://svn.apache.org/viewvc?rev=1441348&view=rev Log: Correct typo, reported at comments.a.o
Modified: tomcat/trunk/webapps/docs/architecture/overview.xml Modified: tomcat/trunk/webapps/docs/architecture/overview.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/architecture/overview.xml?rev=1441348&r1=1441347&r2=1441348&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/architecture/overview.xml (original) +++ tomcat/trunk/webapps/docs/architecture/overview.xml Fri Feb 1 08:53:15 2013 @@ -63,7 +63,7 @@ implementation is simple and sufficient: An <a href="../config/engine.html">Engine</a> represents request processing pipeline for a specific Service. As a Service may have multiple Connectors, -the Engine received and processes all requests from these connectors, handing +the Engine receives and processes all requests from these connectors, handing the response back to the appropriate connector for transmission to the client. The <a href="../api/org/apache/catalina/Engine.html">Engine interface</a> may be implemented to supply custom Engines, though this is uncommon. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org