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 @@ -299,7 +299,7 @@ impl<T: Committable> Message<T, Unchecked> {
299
299
300
300
// Validate the timeout certificate signatures:
301
301
if !crt. is_valid_par ( c) {
302
- warn ! ( "invalid timeout certiticate " ) ;
302
+ warn ! ( "invalid timeout certificate " ) ;
303
303
return None ;
304
304
}
305
305
@@ -316,7 +316,7 @@ impl<T: Committable> Message<T, Unchecked> {
316
316
317
317
// Validate the handover certificate signatures:
318
318
if !crt. is_valid_par ( c) {
319
- warn ! ( "invalid handover certiticate " ) ;
319
+ warn ! ( "invalid handover certificate " ) ;
320
320
return None ;
321
321
}
322
322
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ impl<C: CurveGroup> FeldmanVss<C> {
147
147
. take ( t)
148
148
. collect :: < Vec < _ > > ( ) ;
149
149
150
- // infalliable
150
+ // infallible
151
151
C :: msm ( commitment, & powers) . expect ( "bases and scalars shouuld have the same length" )
152
152
}
153
153
}
You can’t perform that action at this time.
0 commit comments