Mercurial > emacs
diff lisp/net/tramp.el @ 64559:4c5dd75702fd
(tramp-handle-load): Fix typo in error message.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 21 Jul 2005 09:49:07 +0000 |
parents | 18a818a2ee7c |
children | 34bd8e434dd7 187d6a1f84f7 |
line wrap: on
line diff
--- a/lisp/net/tramp.el Thu Jul 21 09:38:13 2005 +0000 +++ b/lisp/net/tramp.el Thu Jul 21 09:49:07 2005 +0000 @@ -2095,7 +2095,7 @@ 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