Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Dec 1, 2014
1 parent efc7c3e commit 292e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hackney_connect/hackney_pool.erl
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ handle_info({'DOWN', Ref, request, _Pid, _Reason}, State) ->
{noreply, State#state{clients = Clients2}};
{ok, {From, Ref2}, Queues2} ->
NbWaiters = State#state.nb_waiters - 1,
Mod:update_historgram([hackney_pool, State#state.name,
Mod:update_histogram([hackney_pool, State#state.name,
queue_count], NbWaiters),
gen_server:reply(From, {error, no_socket, self()}),
State2 = State#state{queues = Queues2, clients = Clients2,
Expand Down

0 comments on commit 292e4f0

Please sign in to comment.