You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2013/10/10 09:46:41 UTC

svn commit: r1530867 - /httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml

Author: olegk
Date: Thu Oct 10 07:46:41 2013
New Revision: 1530867

URL: http://svn.apache.org/r1530867
Log:
HTTPCLIENT-1420, HTTPCLIENT-1421: fixed typos in tutorial

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

Modified: httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml?rev=1530867&r1=1530866&r2=1530867&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/fundamentals.xml Thu Oct 10 07:46:41 2013
@@ -630,7 +630,7 @@ RequestConfig config = clientContext.get
             automatic propagation of conversation context and state information between
             requests.</para>
         <para>In the following example the request configuration set by the initial request will be
-            kept in the execution context and get propagatd to the consecutive requests sharing
+            kept in the execution context and get propagated to the consecutive requests sharing
             the same context.</para>
         <programlisting><![CDATA[
 CloseableHttpClient httpclient = HttpClients.createDefault();
@@ -788,7 +788,7 @@ CloseableHttpClient httpclient = HttpCli
     </section>
     <section id="protocol_interceptors">
         <title>HTTP protocol interceptors</title>
-        <para>Th HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP
+        <para>The HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP
             protocol. Usually protocol interceptors are expected to act upon one specific header or
             a group of related headers of the incoming message, or populate the outgoing message with
             one specific header or a group of related headers. Protocol interceptors can also