Author: kkolinko
Date: Fri Feb  1 08:56:51 2013
New Revision: 1441349

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

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

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

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

Reply via email to