changeset 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 19736ad15819
children 8e6e95602853
files lisp/net/tramp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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