formats: fixup comment

This commit is contained in:
Roman Zeyde
2016-04-09 20:40:32 +03:00
parent 6e1b08c27a
commit 335d050212

View File

@@ -41,7 +41,7 @@ def parse_pubkey(blob):
"""
Parse SSH public key from given blob.
Cnstruct a verifier for ECDSA signatures.
Construct a verifier for ECDSA signatures.
The verifier returns the signatures in the required SSH format.
Currently, NIST256P1 and ED25519 elliptic curves are supported.
"""