From: Torsten Hilbrich Date: Mon, 14 Dec 2020 08:52:23 +0000 (+0100) Subject: * lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~4975^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=89e9c1686e;p=emacs.git * lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix Fix the spelling in the error message for non-existing dictionary. --- 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)