HTTPCLIENT-1422: fixed typo in tutorial

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1531215 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2013-10-11 07:58:00 +00:00
parent e08e097af2
commit 303100b7b6
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
of <interfacename>ManagedHttpClientConnection</interfacename> 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