From 303100b7b6cba17f5bbfca23b20fce527bd6dba7 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Fri, 11 Oct 2013 07:58:00 +0000 Subject: [PATCH] HTTPCLIENT-1422: fixed typo in tutorial git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1531215 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/connmgmt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docbkx/connmgmt.xml b/src/docbkx/connmgmt.xml index 6e84c57c8..785670c8d 100644 --- a/src/docbkx/connmgmt.xml +++ b/src/docbkx/connmgmt.xml @@ -100,7 +100,7 @@ of ManagedHttpClientConnection acting as a proxy for a real connection that manages connection state and controls execution of I/O operations. If a managed connection is released or get explicitly closed - by its consumer the underyling connection gets detached from its proxy and is + by its consumer the underlying connection gets detached from its proxy and is returned back to the manager. Even though the service consumer still holds a reference to the proxy instance, it is no longer able to execute any I/O operations or change the state of the real connection either intentionally