Fix typo in repair_generic_traversal.rs (#32016)

Additionaly -> Additionally
This commit is contained in:
Ikko Eltociear Ashimine 2023-06-08 07:42:48 +09:00 committed by GitHub
parent ce1685f80c
commit d0a573f28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,