diff options
author | Olle Lundberg <geek@nerd.sh> | 2012-10-16 14:52:27 +0200 |
---|---|---|
committer | Olle Lundberg <geek@nerd.sh> | 2013-02-28 12:08:59 +0100 |
commit | 85551dffd6d6008cf0409ee776d6792a8e51468f (patch) | |
tree | e1dfb94875ddf75880cacd8595331f2dc45710ea | |
parent | 57d776b31851bf6f50e46b3c41d064fff90d4385 (diff) |
Spelling
-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': |