Fix typos (#10675)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
@ -143,7 +143,7 @@ fn test_multi_fec_block_different_size_coding() {
|
||||
|
||||
// Necessary in order to ensure the last shred in the slot
|
||||
// is part of the recovered set, and that the below `index`
|
||||
// cacluation in the loop is correct
|
||||
// calcuation in the loop is correct
|
||||
assert!(fec_data_shreds.len() % 2 == 0);
|
||||
for (i, recovered_shred) in recovered_data.into_iter().enumerate() {
|
||||
let index = first_data_index + (i * 2) + 1;
|
||||
|
Reference in New Issue
Block a user