File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1172,7 +1172,7 @@ macro_rules! impl_benchmark_test_suite {
1172
1172
$crate:: BenchmarkError :: Override ( _) => {
1173
1173
// This is still considered a success condition.
1174
1174
$crate:: log:: error!(
1175
- "WARNING: benchmark error overrided - {}" ,
1175
+ "WARNING: benchmark error overridden - {}" ,
1176
1176
$crate:: str :: from_utf8( benchmark_name)
1177
1177
. expect( "benchmark name is always a valid string!" ) ,
1178
1178
) ;
@@ -1300,7 +1300,7 @@ macro_rules! add_benchmark {
1300
1300
Err ( $crate:: BenchmarkError :: Override ( mut result) ) => {
1301
1301
// Insert override warning as the first storage key.
1302
1302
$crate:: log:: error!(
1303
- "WARNING: benchmark error overrided - {}" ,
1303
+ "WARNING: benchmark error overridden - {}" ,
1304
1304
$crate:: str :: from_utf8( benchmark)
1305
1305
. expect( "benchmark name is always a valid string!" )
1306
1306
) ;
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ pub mod pallet {
400
400
}
401
401
402
402
/// Allow the creator of a payment to initiate a refund that will return
403
- /// the funds after a configured amount of time that the reveiver has to
403
+ /// the funds after a configured amount of time that the receiver has to
404
404
/// react and oppose the request
405
405
#[ pallet:: call_index( 4 ) ]
406
406
#[ pallet:: weight( T :: WeightInfo :: request_refund( ) ) ]
You can’t perform that action at this time.
0 commit comments