You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2010/12/08 21:24:49 UTC

svn commit: r1043658 - /httpcomponents/httpclient/trunk/src/docbkx/advanced.xml

Author: sebb
Date: Wed Dec  8 20:24:49 2010
New Revision: 1043658

URL: http://svn.apache.org/viewvc?rev=1043658&view=rev
Log:
Grammar

Modified:
    httpcomponents/httpclient/trunk/src/docbkx/advanced.xml

Modified: httpcomponents/httpclient/trunk/src/docbkx/advanced.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/advanced.xml?rev=1043658&r1=1043657&r2=1043658&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/advanced.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/advanced.xml Wed Dec  8 20:24:49 2010
@@ -187,7 +187,7 @@ System.out.println(userToken);
 ]]></programlisting>
             <section>
                 <title>Persistent stateful connections</title>
-                <para>Please note that persistent connection that carry a state object can be reused
+                <para>Please note that a persistent connection that carries a state object can be reused
                     only if the same state object is bound to the execution context when requests
                     are executed. So, it is really important to ensure the either same context is
                     reused for execution of subsequent HTTP requests by the same user or the user