From 3082d61deb67578594103070498010c1a3ad4d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20F=C3=A9lizard?= Date: Tue, 11 Oct 2016 18:29:54 +0000 Subject: [PATCH] Fix typo (#48) --- trezor_agent/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trezor_agent/protocol.py b/trezor_agent/protocol.py index 35096e8..efa2fea 100644 --- a/trezor_agent/protocol.py +++ b/trezor_agent/protocol.py @@ -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'])