aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-03-11 09:26:19 +0100
committermousebot <mousebot@riseup.net>2022-03-11 09:26:19 +0100
commit56995a8c693cca194e3272d17fec092c3585a3f4 (patch)
treef14255b792a63d42dbada250e1fcf6d25049c86f /lisp/mastodon-toot.el
parent55689d91d2d220d156775847a6c6375c90469a08 (diff)
favourite not favorite
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 9c09441..76d7d41 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -264,7 +264,7 @@ Makes a POST request to the server."
(mastodon-toot--action-success
"F" byline-region remove))
(message (format "%s #%s" action id))))
- (message "Nothing to favorite here?!?"))))
+ (message "Nothing to favourite here?!?"))))
(defun mastodon-toot--copy-toot-url ()
"Copy URL of toot at point."