Skip to content

Commit f72c06b

Browse files
committed
fixup! crypto: Add new method Store::merge_received_group_session
1 parent 7c4b494 commit f72c06b

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-crypto/src/store

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/store/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ impl Store {
685685
(SessionOrdering::Worse, std::cmp::Ordering::Less)
686686
| (SessionOrdering::Worse, std::cmp::Ordering::Equal)
687687
| (SessionOrdering::Equal, std::cmp::Ordering::Less) => {
688-
// The new session is unambigiously worse than the one we have in the store.
688+
// The new session is unambiguously worse than the one we have in the store.
689689
warn!(
690690
?index_comparison,
691691
?trust_level_comparison,

0 commit comments

Comments
 (0)