diff options
author | Ingela Andin <[email protected]> | 2018-08-28 14:10:23 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-08-28 14:10:23 +0200 |
commit | ef6995cf398870ecaafef972282795a6a7d48e58 (patch) | |
tree | 84a4fff0bb649b0c9fad342902005732d10032b7 /lib/inets/src/http_client | |
parent | 33a74d1f48d777eb16ae863d2cc584cbdc1fa670 (diff) | |
parent | b2af1c7fb94a79c2433bac3b0377d3a7fa17e8b0 (diff) | |
download | otp-ef6995cf398870ecaafef972282795a6a7d48e58.tar.gz otp-ef6995cf398870ecaafef972282795a6a7d48e58.tar.bz2 otp-ef6995cf398870ecaafef972282795a6a7d48e58.zip |
Merge pull request #1894 from CrowdHailer/patch-1
Update httpc_manager.erl to fix typo
Diffstat (limited to 'lib/inets/src/http_client')
-rw-r--r-- | lib/inets/src/http_client/httpc_manager.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_client/httpc_manager.erl b/lib/inets/src/http_client/httpc_manager.erl index 0333442bf2..0dc0483fa9 100644 --- a/lib/inets/src/http_client/httpc_manager.erl +++ b/lib/inets/src/http_client/httpc_manager.erl @@ -863,7 +863,7 @@ select_session(Candidates, _, Max, pipeline) -> select_session(Candidates, Max). select_session([] = _Candidates, _Max) -> - ?hcrd("select session - no candicate", []), + ?hcrd("select session - no candidate", []), no_connection; select_session(Candidates, Max) -> NewCandidates = |