File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1577,7 +1577,7 @@ mod test {
15771577 let sk = SecretKey :: from_slice ( & SK_BYTES ) . expect ( "sk" ) ;
15781578
15791579 // In fuzzing mode secret->public key derivation is different, so
1580- // hard-code the epected result.
1580+ // hard-code the expected result.
15811581 #[ cfg( not( fuzzing) ) ]
15821582 let pk = PublicKey :: from_secret_key ( & s, & sk) ;
15831583 #[ cfg( fuzzing) ]
@@ -1861,7 +1861,7 @@ mod test {
18611861 let sk = SecretKey :: from_slice ( & SK_BYTES ) . unwrap ( ) ;
18621862
18631863 // In fuzzing mode secret->public key derivation is different, so
1864- // hard-code the epected result.
1864+ // hard-code the expected result.
18651865 #[ cfg( not( fuzzing) ) ]
18661866 let pk = PublicKey :: from_secret_key ( & s, & sk) ;
18671867 #[ cfg( fuzzing) ]
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ mod tests {
470470 let kp = KeyPair :: from_seckey_slice ( & secp, & SK_BYTES ) . expect ( "sk" ) ;
471471
472472 // In fuzzing mode secret->public key derivation is different, so
473- // hard-code the epected result.
473+ // hard-code the expected result.
474474 kp. public_key ( )
475475 } ;
476476 #[ cfg( fuzzing) ]
You can’t perform that action at this time.
0 commit comments