registry.el: Spelling fix for "does not exists"
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 16 Jul 2013 06:31:34 +0000 (06:31 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 16 Jul 2013 06:31:34 +0000 (06:31 +0000)
lisp/registry.el

index 2ebd029..99dba0d 100644 (file)
@@ -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?