This commit is contained in:
Mark Felder 2020-02-18 09:18:09 -06:00
parent 2a219f5e86
commit 7d73e7a09a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ defmodule Pleroma.HTTP.Adapter.Gun 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)