From: Mark Felder Date: Tue, 18 Feb 2020 15:18:09 +0000 (-0600) Subject: Spelling X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=7d73e7a09a72354acf526652e307149afbf5b1a3;p=akkoma Spelling --- 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)