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/18 11:30:35 UTC

svn commit: r1533369 - /httpcomponents/httpclient/trunk/src/docbkx/authentication.xml

Author: olegk
Date: Fri Oct 18 09:30:35 2013
New Revision: 1533369

URL: http://svn.apache.org/r1533369
Log:
HTTPCLIENT-1423: fixed typo in tutorial

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

Modified: httpcomponents/httpclient/trunk/src/docbkx/authentication.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/authentication.xml?rev=1533369&r1=1533368&r2=1533369&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/authentication.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/authentication.xml Fri Oct 18 09:30:35 2013
@@ -273,7 +273,7 @@ System.out.println("Target auth credenti
             party. Therefore, users are expected to evaluate potential benefits of preemptive
             authentication versus security risks in the context of their specific application
             environment.</para>
-        <para>Nonethess one can configure HttpClient to authenticate preemptively by prepopulating
+        <para>Nonetheless one can configure HttpClient to authenticate preemptively by prepopulating
             the authentication data cache.</para>
         <programlisting><![CDATA[
 CloseableHttpClient httpclient = <...>