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).
|
||||
/// 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(
|
||||
tree: &HeaviestSubtreeForkChoice,
|
||||
blockstore: &Blockstore,
|
||||
|
|
Loading…
Reference in New Issue