]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 08:52:23 +0000 (09:52 +0100)
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:45:24 +0000 (11:45 +0100)
Fix the spelling in the error message for non-existing dictionary.

lisp/net/dictionary.el

index afa4d393c0d808536a4c1987625dca630db96fc2..1ac6c6838b1c976be6c760ce3c3f8489080c7c0c 100644 (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)