From 89e9c1686e99c2b6369f6aa858ed3a347b940c4f Mon Sep 17 00:00:00 2001 From: Torsten Hilbrich Date: Mon, 14 Dec 2020 09:52:23 +0100 Subject: [PATCH] * lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix Fix the spelling in the error message for non-existing dictionary. --- lisp/net/dictionary.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index afa4d393c0d..1ac6c6838b1 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -928,7 +928,7 @@ If PATTERN is omitted, it defaults to \"[ \\f\\t\\n\\r\\v]+\"." (let ((reply (dictionary-read-reply-and-split))) (message nil) (if (dictionary-check-reply reply 550) - (error "Dictionary \"%s\" not existing" dictionary) + (error "Dictionary \"%s\" does not exist" dictionary) (unless (dictionary-check-reply reply 112) (error "Unknown server answer: %s" (dictionary-reply reply))) (dictionary-pre-buffer) -- 2.39.2