]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 19 Dec 2006 07:26:25 +0000 (07:26 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 19 Dec 2006 07:26:25 +0000 (07:26 +0000)
lisp/net/tramp.el

index fa4dcfbf63cf0f1ba1875e7225fbbad9fa85faa7..6a46486e6e1ff516a2f3b6acbd499be414f67a73 100644 (file)
@@ -705,7 +705,7 @@ various functions for details."
     (if        (or (fboundp 'password-read)
            ;; ssh-agent is running.
            (getenv "SSH_AUTH_SOCK")
-           (getnev "SSH_AGENT_PID"))
+           (getenv "SSH_AGENT_PID"))
        "scp"
       "ssh"))
    ;; Fallback.