Skip to content

Commit 94619f5

Browse files
authored
fix: typo "siganture"
1 parent 7f194c0 commit 94619f5

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)