Skip to content

Commit

Permalink
chore: Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Jan 13, 2025
1 parent 279c78b commit 67d2cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-base/src/deserialized_responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ mod test {
}

#[test]
fn test_display_name_equality_cyrilic() {
fn test_display_name_equality_cyrillic() {
// Display name with scritpure symbols
assert_display_name_eq!("alice", "аlice");
}
Expand Down
2 changes: 1 addition & 1 deletion crates/matrix-sdk-base/src/store/ambiguity_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ mod test {
assert_ambiguity!(
[("@alice:localhost", "alice"), ("@bob:localhost", "аlice")],
[("alice", true)],
"Bob tries to impersonate Alice using a cyrilic а"
"Bob tries to impersonate Alice using a cyrillic а"
);

assert_ambiguity!(
Expand Down

0 comments on commit 67d2cb7

Please sign in to comment.