We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Store::merge_received_group_session
1 parent 7c4b494 commit f72c06bCopy full SHA for f72c06b
crates/matrix-sdk-crypto/src/store/mod.rs
@@ -685,7 +685,7 @@ impl Store {
685
(SessionOrdering::Worse, std::cmp::Ordering::Less)
686
| (SessionOrdering::Worse, std::cmp::Ordering::Equal)
687
| (SessionOrdering::Equal, std::cmp::Ordering::Less) => {
688
- // The new session is unambigiously worse than the one we have in the store.
+ // The new session is unambiguously worse than the one we have in the store.
689
warn!(
690
?index_comparison,
691
?trust_level_comparison,
0 commit comments