Skip to content

Commit

Permalink
Fix typo (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux authored and romanz committed Oct 11, 2016
1 parent e3286a4 commit 3082d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trezor_agent/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def sign_message(self, buf):
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'])
Expand Down

0 comments on commit 3082d61

Please sign in to comment.