diff options
author | lain <lain@soykaf.club> | 2020-04-30 13:57:47 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-30 13:57:47 +0200 |
commit | 64bb72f98a91261158b36e63f6c9634ac9f423a6 (patch) | |
tree | d1e330e14beefbf2aa5089d474f73b111a3f901a /lib | |
parent | 503de4b8df0bfc34008c3c856edc488633290f0e (diff) | |
download | pleroma-64bb72f98a91261158b36e63f6c9634ac9f423a6.tar.gz |
Typo fix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/utils.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/utils.ex b/lib/pleroma/web/activity_pub/utils.ex index 2d685ecc0..1a3b0b3c1 100644 --- a/lib/pleroma/web/activity_pub/utils.ex +++ b/lib/pleroma/web/activity_pub/utils.ex @@ -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 |