Skip to content

Commit

Permalink
fix spelling issues (#12670)
Browse files Browse the repository at this point in the history
**Setup up - Set up** 
**reasong - reason**
  • Loading branch information
Guayaba221 authored Jan 2, 2025
1 parent 4b283cf commit 9b870f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/mock-node/src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub struct MockNode {
pub rpc_client: JsonRpcClient,
}

/// Setup up a mock node, including setting up
/// Set up a mock node, including setting up
/// a MockPeerManagerActor and a ClientActor and a ViewClientActor
/// `client_home_dir`: home dir for the new client
/// `network_home_dir`: home dir that contains the pre-generated chain history, will be used
Expand Down
2 changes: 1 addition & 1 deletion tools/state-viewer/src/replay_headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ fn get_validator_summary(
validator_to_summary
}

/// Returns a mapping from validator account id to the kickout reasong (from previous epoch).
/// Returns a mapping from validator account id to the kickout reason (from previous epoch).
fn get_validator_kickouts(
validator_info: &EpochValidatorInfo,
) -> HashMap<AccountId, ValidatorKickoutReason> {
Expand Down

0 comments on commit 9b870f9

Please sign in to comment.