Apply suggestion to lib/pleroma/notification.ex
authorlain <lain@soykaf.club>
Thu, 7 May 2020 11:01:52 +0000 (11:01 +0000)
committerlain <lain@soykaf.club>
Thu, 7 May 2020 11:01:52 +0000 (11:01 +0000)
lib/pleroma/notification.ex

index b14e7c8434be528f676c4c238e398975120f0715..af49fd7132307c7cdf01da4bd6cf974e7d884c7b 100644 (file)
@@ -357,7 +357,7 @@ defmodule Pleroma.Notification do
 
   def get_notified_from_activity(_, _local_only), do: {[], []}
 
-  # For some actitivies, only notifity the author of the object
+  # For some activities, only notify the author of the object
   def get_potential_receiver_ap_ids(%{data: %{"type" => type, "object" => object_id}})
       when type in ~w{Like Announce EmojiReact} do
     case Object.get_cached_by_ap_id(object_id) do