Spelling
authorMark Felder <feld@FreeBSD.org>
Tue, 18 Feb 2020 15:18:09 +0000 (09:18 -0600)
committerMark Felder <feld@FreeBSD.org>
Tue, 18 Feb 2020 15:18:09 +0000 (09:18 -0600)
lib/pleroma/http/adapter/gun.ex

index f25afeda78a127fe9fe70fcd59f8e100be9d7a50..ec6475e96aaa0ceecbebd0bb2e06f9070730242c 100644 (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)