Commit 2afb6e1f by willmcgugan@gmail.com

Typo fix

parent 07888d97
......@@ -243,7 +243,7 @@ class SFTPFS(FS):
try:
transport.auth_publickey(username, key)
return key
except paramike.SSHException:
except paramiko.SSHException:
pass
return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment