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

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

[elpa] externals/org-contacts 43d2cdde45 057/154: contrib/lisp/org-conta


From: ELPA Syncer
Subject: [elpa] externals/org-contacts 43d2cdde45 057/154: contrib/lisp/org-contacts: Fix two typos in comments
Date: Fri, 9 Sep 2022 15:58:26 -0400 (EDT)

branch: externals/org-contacts
commit 43d2cdde45ea3e2b8e00913d0f43b51a6ce6ffb0
Author: Michael Strey <mstrey@strey.biz>
Commit: Grégoire Jadi <gregoire.jadi@gmail.com>

    contrib/lisp/org-contacts: Fix two typos in comments
    
    * contrib/lisp/org-contacts.el (org-contacts-db): fix typo in the
      word `matching'.
    * contrib/lisp/org-contacts.el (org-contacts-complete-group): fix typo
      in the word `found'.
    
    TINYCHANGE
---
 org-contacts.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/org-contacts.el b/org-contacts.el
index a3c4aed6f5..626ad7ae85 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -225,7 +225,7 @@ This overrides `org-email-link-description-format' if set."
     org-contacts-db))
 
 (defun org-contacts-filter (&optional name-match tags-match)
-  "Search for a contact maching NAME-MATCH and TAGS-MATCH.
+  "Search for a contact matching NAME-MATCH and TAGS-MATCH.
 If both match values are nil, return all contacts."
   (if (and (null name-match)
           (null tags-match))
@@ -433,7 +433,7 @@ A group FOO is composed of contacts with the tag FOO."
                                    (or (cdr (assoc-string "ALLTAGS" (caddr 
contact))) "") ":")))))))
        (list start end
              (if (= (length completion-list) 1)
-                 ;; We've foudn the correct group, returns the address
+                 ;; We've found the correct group, returns the address
                  (lexical-let ((tag (get-text-property 0 'org-contacts-group
                                                        (car completion-list))))
                    (lambda (string pred &optional to-ignore)



reply via email to

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