summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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':