summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOlle Lundberg <geek@nerd.sh>2012-10-16 14:52:27 +0200
committerOlle Lundberg <geek@nerd.sh>2012-10-16 14:52:27 +0200
commit2dd74f953d0a789a9c65662492f8340d66246e5b (patch)
treed4422c1572b23f77d0eef03cab36dbfcb9487a34
parentad587fa0ef32eeeb633245c7ae68759765c0e439 (diff)
Spelling
-rw-r--r--paramiko/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/config.py b/paramiko/config.py
index 802d9155..baf10400 100644
--- a/paramiko/config.py
+++ b/paramiko/config.py
@@ -74,7 +74,7 @@ class SSHConfig (object):
self._config.append(host)
value = value.split()
host = {key:value,'config':{}}
- #identitifile is a special case, since it is allowed to be
+ #identityfile is a special case, since it is allowed to be
# specified multiple times and they should be tried in order
# of specification.
elif key == 'identityfile':