about summary refs log tree commit diff
path: root/app/services/notify_service.rb
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2022-02-22 14:14:17 -0500
committerGitHub <noreply@github.com>2022-02-22 20:14:17 +0100
commit73f5e4a1d9c6d067ff62c5cc9a65d929a56f0f00 (patch)
treef012ffa81db81ea4fb14e47ec92e4dc8f088444c /app/services/notify_service.rb
parent166f6e4b500dd84eeffdbf887b2dc21e6d8c0aa6 (diff)
Fix various typos (#17621)
Found via `codespell -q 3 -S ./CHANGELOG.md,./AUTHORS.md,./config/locales,./app/javascript/mastodon/locales -L ba,keypair,medias,ro`
Diffstat (limited to 'app/services/notify_service.rb')
-rw-r--r--app/services/notify_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/notify_service.rb b/app/services/notify_service.rb
index 039e007f5..ab80a7e4b 100644
--- a/app/services/notify_service.rb
+++ b/app/services/notify_service.rb
@@ -71,7 +71,7 @@ class NotifyService < BaseService
     message? && @notification.target_status.direct_visibility?
   end
 
-  # Returns true if the sender has been mentionned by the recipient up the thread
+  # Returns true if the sender has been mentioned by the recipient up the thread
   def response_to_recipient?
     return false if @notification.target_status.in_reply_to_id.nil?