diff options
author | Peter Saxton <[email protected]> | 2018-07-26 16:48:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-26 16:48:06 +0100 |
commit | b2af1c7fb94a79c2433bac3b0377d3a7fa17e8b0 (patch) | |
tree | 390676970da01b1d161a4a3e309256df77054cb9 /lib/inets/src | |
parent | d9d694ca3ea8a168c51145fc485a3bcbc18f6188 (diff) | |
download | otp-b2af1c7fb94a79c2433bac3b0377d3a7fa17e8b0.tar.gz otp-b2af1c7fb94a79c2433bac3b0377d3a7fa17e8b0.tar.bz2 otp-b2af1c7fb94a79c2433bac3b0377d3a7fa17e8b0.zip |
Update httpc_manager.erl
Diffstat (limited to 'lib/inets/src')
-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 = |