From 540bd575333c89d2efd1559bbdede6476529eb4f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 21 Jul 2005 09:49:07 +0000 Subject: [PATCH] (tramp-handle-load): Fix typo in error message. --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2