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/01 16:38:54 UTC

svn commit: r1041058 - in /httpcomponents/httpclient/trunk/src/docbkx: advanced.xml connmgmt.xml httpagent.xml statemgmt.xml

Author: sebb
Date: Wed Dec  1 15:38:54 2010
New Revision: 1041058

URL: http://svn.apache.org/viewvc?rev=1041058&view=rev
Log:
HTTPCLIENT-1027 Some typos in the English Manual

Modified:
    httpcomponents/httpclient/trunk/src/docbkx/advanced.xml
    httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml
    httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml
    httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml

Modified: httpcomponents/httpclient/trunk/src/docbkx/advanced.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/advanced.xml?rev=1041058&r1=1041057&r2=1041058&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/advanced.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/advanced.xml Wed Dec  1 15:38:54 2010
@@ -26,7 +26,7 @@
     <section>
         <title>Custom client connections</title>
         <para>In certain situations it may be necessary to customize the way HTTP messages get
-            transmitted across the wire beyond what is possible possible using HTTP parameters in
+            transmitted across the wire beyond what is possible using HTTP parameters in
             order to be able to deal non-standard, non-compliant behaviours. For instance, for web
             crawlers it may be necessary to force HttpClient into accepting malformed response heads
             in order to salvage the content of the messages. </para>

Modified: httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml?rev=1041058&r1=1041057&r2=1041058&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml Wed Dec  1 15:38:54 2010
@@ -559,7 +559,7 @@ try {
                 the pool rather than creating a brand new connection.</para>
             <para><classname>ThreadSafeClientConnManager</classname> maintains a maximum limit of
                 connection on a per route basis and in total. Per default this implementation will
-                create no more than than 2 concurrent connections per given route and no more 20
+                create no more than 2 concurrent connections per given route and no more 20
                 connections in total. For many real-world applications these limits may prove too
                 constraining, especially if they use HTTP as a transport protocol for their
                 services. Connection limits, however, can be adjusted using HTTP parameters.</para>

Modified: httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml?rev=1041058&r1=1041057&r2=1041058&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml Wed Dec  1 15:38:54 2010
@@ -98,7 +98,7 @@ httpclient.getConnectionManager().shutdo
                     <title>'http.protocol.handle-redirects':</title>
                     <para>defines whether redirects should be handled automatically. This parameter
                         expects a value of type <classname>java.lang.Boolean</classname>. If this
-                        parameter is not HttpClient will handle redirects automatically.</para>
+                        parameter is not set HttpClient will handle redirects automatically.</para>
                 </formalpara>
             </listitem>
             <listitem>

Modified: httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml?rev=1041058&r1=1041057&r2=1041058&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml Wed Dec  1 15:38:54 2010
@@ -42,7 +42,7 @@
         <title>HTTP cookies</title>
         <para>Cookie is a token or short packet of state information that the HTTP agent and the
             target server can exchange to maintain a session. Netscape engineers used to refer to it
-            as as a "magic cookie" and the name stuck.</para>
+            as a "magic cookie" and the name stuck.</para>
         <para>HttpClient uses <interfacename>Cookie</interfacename> interface to represent an
             abstract cookie token. In its simples form an HTTP cookie is merely a name / value pair.
             Usually an HTTP cookie also contains a number of attributes such as version, a domain