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