diff --git a/openssl/src/sign.rs b/openssl/src/sign.rs index 4c6ee3cac2281814ae29b9bacf02039a4d586336..5678d9d646093787e14d2af33ac013d5d6516775 100644 --- a/openssl/src/sign.rs +++ b/openssl/src/sign.rs @@ -343,7 +343,7 @@ impl<'a> Signer<'a> { Ok(buf) } - /// Signs the data in data_buf and writes the siganture into the buffer sig_buf, returning the + /// Signs the data in data_buf and writes the signature into the buffer sig_buf, returning the /// number of bytes written. /// /// For PureEdDSA (Ed25519 and Ed448 keys) this is the only way to sign data.