aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 719a77b..041918d 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -146,7 +146,7 @@ Can be called in notifications view or in follow-requests view."
(defun mastodon-notifications--favourite (note)
"Format for a `favourite' NOTE."
- (mastodon-notifications--format-note note 'favorite))
+ (mastodon-notifications--format-note note 'favourite))
(defun mastodon-notifications--reblog (note)
"Format for a `boost' NOTE."
@@ -202,7 +202,7 @@ Status notifications are given when
(mastodon-notifications--byline-concat
(cond ((equal type 'boost)
"Boosted")
- ((equal type 'favorite)
+ ((equal type 'favourite)
"Favourited")
((equal type 'follow-request)
"Requested to follow")