mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-31 20:09:08 +01:00
Spelling
This commit is contained in:
parent
2a219f5e86
commit
7d73e7a09a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue