aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src
diff options
context:
space:
mode:
authorIngela Andin <[email protected]>2018-08-28 14:10:23 +0200
committerGitHub <[email protected]>2018-08-28 14:10:23 +0200
commitef6995cf398870ecaafef972282795a6a7d48e58 (patch)
tree84a4fff0bb649b0c9fad342902005732d10032b7 /lib/inets/src
parent33a74d1f48d777eb16ae863d2cc584cbdc1fa670 (diff)
parentb2af1c7fb94a79c2433bac3b0377d3a7fa17e8b0 (diff)
downloadotp-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')
-rw-r--r--lib/inets/src/http_client/httpc_manager.erl2
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 =