Merge branch 'develop' into feature/admin-api-status-count-per-instance
[akkoma] / lib / pleroma / web / activity_pub / utils.ex
index 95fb382f05fe1afb83f66dbdd44c85a4389fc2a6..09b80fa576520823ed75cd84618675622a2cced0 100644 (file)
@@ -512,7 +512,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
   #### Announce-related helpers
 
   @doc """
-  Retruns an existing announce activity if the notice has already been announced
+  Returns an existing announce activity if the notice has already been announced
   """
   @spec get_existing_announce(String.t(), map()) :: Activity.t() | nil
   def get_existing_announce(actor, %{data: %{"id" => ap_id}}) do