* lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix

Fix the spelling in the error message for non-existing dictionary.
This commit is contained in:
Torsten Hilbrich 2020-12-14 09:52:23 +01:00
parent a25a12ddaf
commit 89e9c1686e

View file

@ -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)