Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 6b062b5

Browse files
authored
Fix spelling (#271)
1 parent 4274bea commit 6b062b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/beefy/src/keystore.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl BeefyKeystore {
5757

5858
/// Sign `message` with the `public` key.
5959
///
60-
/// Note that `message` usually will be pre-hashed before being singed.
60+
/// Note that `message` usually will be pre-hashed before being signed.
6161
///
6262
/// Return the message signature or an error in case of failure.
6363
pub fn sign(&self, public: &Public, message: &[u8]) -> Result<Signature, error::Error> {

0 commit comments

Comments
 (0)