]> code.delx.au - gnu-emacs/commitdiff
(tramp-handle-load): Fix typo in error message.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Jul 2005 09:49:07 +0000 (09:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 21 Jul 2005 09:49:07 +0000 (09:49 +0000)
lisp/net/tramp.el

index 6d6e606e5e57b7659bdd3b6dce995c43d9450956..9b029a170740bc0c3b8fe19306d7b6558a169488 100644 (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