Skip to content

Commit e5f438d

Browse files
committed
chore: Fix some typos
1 parent df7e81d commit e5f438d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
sing = "sign"
44
singed = "signed"
55
singing = "signing"
6+
# Base64 false positives
7+
Pn = "Pn"
68

79
[files]
810
extend-exclude = ["afl/*/in/*"]

src/olm/account/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl Account {
283283
// one-time key type that takes `self`. If we didn't do this,
284284
// someone could maliciously pretend to use up our one-time key and
285285
// make us drop the private part. Unsuspecting users that actually
286-
// try to use such an one-time key won't be able to commnuicate with
286+
// try to use such an one-time key won't be able to communicate with
287287
// us. This is strictly worse than the one-time key exhaustion
288288
// scenario.
289289
self.remove_one_time_key_helper(pre_key_message.one_time_key());

0 commit comments

Comments
 (0)