Skip to content

Commit

Permalink
Fixed spelling error. (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarni-rohan committed Oct 12, 2021
1 parent a5a7876 commit ee93f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/signing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ Reference
Verifies the signature of a signed message.

:param bytes smessage: The signed message to verify. This is either
the original message or the concated signature and message.
the original message or the concatenated signature and message.
:param bytes signature: The signature of the message to verify against.
If the value of ``smessage`` is the concated signature and message,
If the value of ``smessage`` is the concatenated signature and message,
this parameter can be ``None``.
:param encoder: A class that is able to decode the secret message and
signature.
Expand Down

0 comments on commit ee93f9f

Please sign in to comment.