Fix spelling
authorMark Felder <feld@FreeBSD.org>
Mon, 13 Apr 2020 22:04:43 +0000 (17:04 -0500)
committerMark Felder <feld@FreeBSD.org>
Mon, 13 Apr 2020 22:04:43 +0000 (17:04 -0500)
lib/pleroma/pool/connections.ex

index 4d4ba913c72fe4d9a2f1ca67de2f943716317e54..acafe1beabe7c698810172683dd6ad530ba00047 100644 (file)
@@ -243,7 +243,7 @@ defmodule Pleroma.Pool.Connections do
 
   @impl true
   def handle_info({:DOWN, _ref, :process, conn_pid, reason}, state) do
-    Logger.debug("received DOWM message for #{inspect(conn_pid)} reason -> #{inspect(reason)}")
+    Logger.debug("received DOWN message for #{inspect(conn_pid)} reason -> #{inspect(reason)}")
 
     state =
       with {key, conn} <- find_conn(state.conns, conn_pid) do