From: Paul Eggert Date: Tue, 16 Jul 2013 06:31:34 +0000 (+0000) Subject: registry.el: Spelling fix for "does not exists" X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=8779492ef9d359cf520c405f27569e5ce9fd9842;p=gnus registry.el: Spelling fix for "does not exists" --- diff --git a/lisp/registry.el b/lisp/registry.el index 2ebd0295f..99dba0d9d 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?