emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 7b98a4ca2a 02/18: notifs: typo in fun name prefix


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 7b98a4ca2a 02/18: notifs: typo in fun name prefix
Date: Mon, 2 Dec 2024 16:00:33 -0500 (EST)

branch: elpa/mastodon
commit 7b98a4ca2a5f63735e3fb5a96b046d4a942cd7de
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>

    notifs: typo in fun name prefix
---
 lisp/mastodon-notifications.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index bd6cb777b1..1fafa3bf69 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -241,7 +241,7 @@ JSON is a list of alists."
        ;; later on:
        note
        ;; body
-       (mastodon-notifiations--body-arg
+       (mastodon-notifications--body-arg
         type filters status profile-note follower-name)
        ;; action-byline (top)
        (mastodon-notifications--action-byline
@@ -278,7 +278,7 @@ ACCOUNTS is data of the accounts that have reacted to the 
notification."
                follower
              status)
            ;; body
-           (mastodon-notifiations--body-arg
+           (mastodon-notifications--body-arg
             type filters status profile-note follower-name group)
            ;; action-byline
            (mastodon-notifications--action-byline
@@ -313,7 +313,7 @@ NOTE and FOLLOWER-NAME are used for non-grouped notifs."
      (concat action-symbol " " action-authors action-str)
      'byline-top t)))
 
-(defun mastodon-notifiations--body-arg
+(defun mastodon-notifications--body-arg
     (type &optional filters status profile-note follower-name group)
   "TYPE is a symbol, a member of `mastodon-notifiations--types'.
 FILTERS STATUS PROFILE-NOTE FOLLOWER-NAME GROUP."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]