aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-04-30 13:57:47 +0200
committerlain <lain@soykaf.club>2020-04-30 13:57:47 +0200
commit64bb72f98a91261158b36e63f6c9634ac9f423a6 (patch)
treed1e330e14beefbf2aa5089d474f73b111a3f901a
parent503de4b8df0bfc34008c3c856edc488633290f0e (diff)
downloadpleroma-64bb72f98a91261158b36e63f6c9634ac9f423a6.tar.gz
Typo fix.
-rw-r--r--lib/pleroma/web/activity_pub/utils.ex2
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