From: Juanma Barranquero Date: Thu, 21 Jul 2005 09:49:07 +0000 (+0000) Subject: (tramp-handle-load): Fix typo in error message. X-Git-Tag: emacs-pretest-22.0.90~7941 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=540bd575333c89d2efd1559bbdede6476529eb4f;p=emacs.git (tramp-handle-load): Fix typo in error message. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 6d6e606e5e5..9b029a17074 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -2095,7 +2095,7 @@ target of the symlink differ." file))) (unless noerror (when (not (file-exists-p file)) - (error "Cannot load nonexistant file `%s'" file))) + (error "Cannot load nonexistent file `%s'" file))) (if (not (file-exists-p file)) nil (unless nomessage