summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2006-12-19 07:26:25 +0000
committerMichael Albinus <michael.albinus@gmx.de>2006-12-19 07:26:25 +0000
commitbb8792de32d885dbcc0cb6850e1414b5df486c3a (patch)
tree500b8db1dce93be30acca917e2bc66261e181440
parenta7bf5e52a1f0271955dbaeaeef4e7c97b3a8b2da (diff)
downloademacs-bb8792de32d885dbcc0cb6850e1414b5df486c3a.tar.gz
*** empty log message ***
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index fa4dcfbf63c..6a46486e6e1 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -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.