diff options
-rw-r--r-- | paramiko/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/config.py b/paramiko/config.py index 7908a52b..3f2703ea 100644 --- a/paramiko/config.py +++ b/paramiko/config.py @@ -120,7 +120,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': |