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:58:38 UTC

svn commit: r1441351 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/architecture/overview.xml

Author: kkolinko
Date: Fri Feb  1 08:58:38 2013
New Revision: 1441351

URL: http://svn.apache.org/viewvc?rev=1441351&view=rev
Log:
CTR: docs
Merged revision 1441348 from tomcat/trunk:
Correct typo, reported at comments.a.o

Modified:
    tomcat/tc6.0.x/trunk/   (props changed)
    tomcat/tc6.0.x/trunk/webapps/docs/architecture/overview.xml

Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1441348

Modified: tomcat/tc6.0.x/trunk/webapps/docs/architecture/overview.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/architecture/overview.xml?rev=1441351&r1=1441350&r2=1441351&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/architecture/overview.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/architecture/overview.xml Fri Feb  1 08:58:38 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