[seam-commits] Seam SVN: r9946 - trunk/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Jan 18 09:56:45 EST 2009


Author: nico.ben
Date: 2009-01-18 09:56:44 -0500 (Sun, 18 Jan 2009)
New Revision: 9946

Modified:
   trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml
Log:
Corrected errors

Modified: trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml	2009-01-18 14:47:00 UTC (rev 9945)
+++ trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml	2009-01-18 14:56:44 UTC (rev 9946)
@@ -1232,7 +1232,7 @@
             <para>
               <literal>eventsQueue</literal> &#8212; provides a queue in which 
               events are placed.  All events are queued and requests are sent to
-              the server serially.  This is useful if the request can to the
+              the server serially.  This is useful if the request to the
               server can take some time to execute (e.g. heavy computation,
               retrieving information from a slow source) as the server isn't
               flooded.
@@ -1243,7 +1243,7 @@
               <literal>ignoreDupResponses</literal> &#8212; ignores the response 
               produced by the request if a more recent 'similar' request is
               already in the queue. ignoreDupResponses="true" does <emphasis>not 
-              cancel</emphasis> the the processing of the request on the server
+              cancel</emphasis> the processing of the request on the server
               side &#8212; just prevents unnecessary updates on the client side.
             </para>
             <para>




More information about the seam-commits mailing list