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 2013/02/01 09:53:15 UTC

svn commit: r1441348 - /tomcat/trunk/webapps/docs/architecture/overview.xml

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