branch: externals/gnorb
commit 09679faf89056ec7ff3b9b4cf993cd3231cb9c65
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    Misspelled function name
    
    * gnorb-registry.el (gnorb-delete-all-associations): Renamed from
      `gnorb-delete-all-assocations'.
---
 gnorb-registry.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnorb-registry.el b/gnorb-registry.el
index dd72ff5..bd2e07a 100644
--- a/gnorb-registry.el
+++ b/gnorb-registry.el
@@ -149,7 +149,7 @@ the MSG-ID."
       (gnus-registry-set-id-key msg-id 'gnorb-ids
                                (remove org-id org-ids)))))
 
-(defun gnorb-delete-all-assocations (org-id)
+(defun gnorb-delete-all-associations (org-id)
   "Delete all message associations for an Org heading.
 
 The heading is identified by ORG-ID. This is suitable for use

Reply via email to