Typo fix.
authorlain <lain@soykaf.club>
Thu, 30 Apr 2020 11:57:47 +0000 (13:57 +0200)
committerlain <lain@soykaf.club>
Thu, 30 Apr 2020 11:57:47 +0000 (13:57 +0200)
lib/pleroma/web/activity_pub/utils.ex

index 2d685ecc09d11f39ad526f7ddbbefb5be69e6a36..1a3b0b3c12d03bf52e2afc86521b35830d444971 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