[gnus git] branch master updated: m0-7-173-g8779492 =1= registry.el: Spelling fix for "does not exists"
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8779492ef9d359cf520c405f27569e5ce9fd9842 (commit)
from 809476b8c9119ae439c042c8fec02f339a77c532 (commit)
- Log -----------------------------------------------------------------
commit 8779492ef9d359cf520c405f27569e5ce9fd9842
Author: Paul Eggert <[email protected]>
Date: Tue Jul 16 06:31:34 2013 +0000
registry.el: Spelling fix for "does not exists"
diff --git a/lisp/registry.el b/lisp/registry.el
index 2ebd029..99dba0d 100644
--- a/lisp/registry.el
+++ b/lisp/registry.el
@@ -240,7 +240,7 @@ With assert non-nil, errors out if the key does not exist already."
(let ((entry (gethash key data)))
(when assert
(assert entry nil
- "Key %s does not exists in database" key))
+ "Key %s does not exist in database" key))
;; clean entry from the secondary indices
(dolist (tr tracked)
;; is this tracked symbol indexed?
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/registry.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project