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 2011/01/31 11:25:18 UTC

svn commit: r1065543 - /httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml

Author: olegk
Date: Mon Jan 31 10:25:17 2011
New Revision: 1065543

URL: http://svn.apache.org/viewvc?rev=1065543&view=rev
Log:
HTTPCORE-249: Fixed typo in HttpCore tutorial
Contributed by Neeme Praks <neeme at apache.org>

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

Modified: httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml?rev=1065543&r1=1065542&r2=1065543&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml (original)
+++ httpcomponents/httpcore/trunk/src/docbkx/fundamentals.xml Mon Jan 31 10:25:17 2011
@@ -1051,7 +1051,7 @@ null
             <interfacename>HttpParams</interfacename> also has a certain disadvantage compared to 
             regular Java beans: <interfacename>HttpParams</interfacename> cannot be assembled using 
             a DI framework. To mitigate the limitation, HttpCore includes a number of bean classes 
-            that can used in order to initialize <interfacename>HttpParams</interfacename> objects 
+            that can be used in order to initialize <interfacename>HttpParams</interfacename> objects 
             using standard Java bean conventions. 
             </para>
             <programlisting><![CDATA[