Fix typo in repair_generic_traversal.rs (#32016)
Additionaly -> Additionally
This commit is contained in:
parent
ce1685f80c
commit
d0a573f28c
|
@ -107,7 +107,7 @@ fn get_unrepaired_path(
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Finds repairs for slots that are closest to completion (# of missing shreds).
|
/// Finds repairs for slots that are closest to completion (# of missing shreds).
|
||||||
/// Additionaly we repair up to their oldest full ancestor (using blockstore fork info).
|
/// Additionally we repair up to their oldest full ancestor (using blockstore fork info).
|
||||||
pub fn get_closest_completion(
|
pub fn get_closest_completion(
|
||||||
tree: &HeaviestSubtreeForkChoice,
|
tree: &HeaviestSubtreeForkChoice,
|
||||||
blockstore: &Blockstore,
|
blockstore: &Blockstore,
|
||||||
|
|
Loading…
Reference in New Issue