Fix typo (#48)

This commit is contained in:
Cédric Félizard
2016-10-11 18:29:54 +00:00
committed by Roman Zeyde
parent e3286a4510
commit 3082d61deb

View File

@@ -122,7 +122,7 @@ class Handler(object):
SSH v2 public key authentication is performed.
If the required key is not supported, raise KeyError
If the signature is invalid, rause ValueError
If the signature is invalid, raise ValueError
"""
key = formats.parse_pubkey(util.read_frame(buf))
log.debug('looking for %s', key['fingerprint'])