aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/http/adapter/gun.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/http/adapter/gun.ex')
-rw-r--r--lib/pleroma/http/adapter/gun.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/http/adapter/gun.ex b/lib/pleroma/http/adapter/gun.ex
index f25afeda7..ec6475e96 100644
--- a/lib/pleroma/http/adapter/gun.ex
+++ b/lib/pleroma/http/adapter/gun.ex
@@ -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)