dev-comment spelling mistakes (#4434)

This commit is contained in:
Bernhard Schuster
2021-12-06 15:20:29 +01:00
committed by GitHub
parent 854d92a4a4
commit 4adb8466a3
26 changed files with 59 additions and 59 deletions
+2 -2
View File
@@ -196,7 +196,7 @@ impl TestCandidateBuilder {
}
}
// Tests that the subsystem performs actions that are requied on startup.
// Tests that the subsystem performs actions that are required on startup.
async fn test_startup(virtual_overseer: &mut VirtualOverseer, test_state: &TestState) {
// Start work on some new parent.
virtual_overseer
@@ -378,7 +378,7 @@ fn backing_second_works() {
});
}
// Test that the candidate reaches quorum succesfully.
// Test that the candidate reaches quorum successfully.
#[test]
fn backing_works() {
let test_state = TestState::default();