Typo corrections

The "comforming" typo in the function name at
crates/ruma-identifiers-validation/src/user_id.rs:22:26
was not corrected as that would be a breaking change.
This commit is contained in:
Amanda Graven
2021-06-01 10:43:57 +02:00
committed by Jonas Platte
parent 6d253c6038
commit 97937d384c
15 changed files with 15 additions and 15 deletions

View File

@@ -175,7 +175,7 @@ impl StateResolution {
) -> (StateMap<EventId>, StateMap<Vec<EventId>>) {
use itertools::Itertools;
info!("seperating {} sets of events into conflicted/unconflicted", state_sets.len());
info!("separating {} sets of events into conflicted/unconflicted", state_sets.len());
let mut unconflicted_state = StateMap::new();
let mut conflicted_state = StateMap::new();