diff options
author | mousebot <mousebot@riseup.net> | 2021-06-14 14:29:42 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-06-14 14:29:42 +0200 |
commit | c9a80513b451ebab95eca3b4dda7e2ece6bcbbd2 (patch) | |
tree | 65dbddeecd79cdd0cf4c8397d6b20180c6afd9cb /lisp/mastodon-notifications.el | |
parent | dfa1db177bfb2c1d5ff044c99a78a380da89ec33 (diff) |
typos and readme
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 4bf30f1..51806a3 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -140,7 +140,7 @@ (defun mastodon-notifications--get () "Display NOTIFICATIONS in buffer." (interactive) - (message "Loading your nofications...") + (message "Loading your notifications...") (mastodon-tl--init "notifications" "notifications" |