Skip to content

Commit 1fc9906

Browse files
committed
Merge #841: fix: typo "siganture" -> "signature"
94619f5 fix: typo "siganture" (phrwlk) Pull request description: fix typo "siganture" -> "signature" ACKs for top commit: apoelstra: ACK 94619f5; successfully ran local tests Tree-SHA512: b08b04c3fcbdf1dd563c73d3820410299d21ac0b296f31ee8a724c6ab6c9cebbc813b229994a8586c56fda6337a09451054535ae36f3324bb26d76b9471a881a
2 parents 7f194c0 + 94619f5 commit 1fc9906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp256k1-sys/src/recovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ mod fuzz_dummy {
212212
if sig_sl[64] >= 4 {
213213
return 0;
214214
}
215-
// Pull the original pk out of the siganture
215+
// Pull the original pk out of the signature
216216
let mut pk_ser = [0u8; 33];
217217
pk_ser.copy_from_slice(&sig_sl[32..]);
218218
pk_ser.swap(0, 32);

0 commit comments

Comments
 (0)