(tramp-handle-load): Fix typo in error message.

This commit is contained in:
Juanma Barranquero 2005-07-21 09:49:07 +00:00
parent 1023b16920
commit 540bd57533

View file

@ -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