Author: violetagg
Date: Tue Oct 15 10:02:52 2013
New Revision: 1532270

URL: http://svn.apache.org/r1532270
Log:
Merged revision 1532269 from tomcat/trunk:
Fixed typo. Issue is reported via o.a.comments.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml

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

Modified: tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml?rev=1532270&r1=1532269&r2=1532270&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/cluster-howto.xml Tue Oct 15 10:02:52 2013
@@ -564,7 +564,7 @@ should be completed:</p>
     </p><p></p>
 </li>
 <li><b><code>TomcatA</code> receives a request, invalidate is called on the 
session (<code>S1</code>)</b>
-    <p>The invalidate is call is intercepted, and the session is queued with 
invalidated sessions.
+    <p>The invalidate call is intercepted, and the session is queued with 
invalidated sessions.
         When the request is complete, instead of sending out the session that 
has changed, it sends out
         an "expire" message to TomcatB and TomcatB will invalidate the session 
as well.
     </p><p></p>
@@ -577,9 +577,9 @@ should be completed:</p>
 
 </li>
 <li><code>TomcatA</code> The session <code>S2</code> expires due to inactivity.
-    <p>The invalidate is call is intercepted the same was as when a session is 
invalidated by the user,
+    <p>The invalidate call is intercepted the same was as when a session is 
invalidated by the user,
        and the session is queued with invalidated sessions.
-       At this point, the invalidet session will not be replicated across until
+       At this point, the invalidated session will not be replicated across 
until
        another request comes through the system and checks the invalid queue.
     </p><p></p>
 </li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to