This commit is contained in:
Mark Felder 2020-02-18 09:18:09 -06:00
parent 2a219f5e86
commit 7d73e7a09a

View file

@ -90,7 +90,7 @@ defp try_to_get_conn(uri, opts) do
case Connections.checkin(uri, :gun_connections) do
nil ->
Logger.info(
"Gun connections pool checkin was not succesfull. Trying to open conn for next request."
"Gun connections pool checkin was not successful. Trying to open conn for next request."
)
:ok = Connections.open_conn(uri, :gun_connections, opts)