File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 33sing = " sign"
44singed = " signed"
55singing = " signing"
6+ # Base64 false positives
7+ Pn = " Pn"
68
79[files ]
810extend-exclude = [" afl/*/in/*" ]
Original file line number Diff line number Diff 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 ( ) ) ;
You can’t perform that action at this time.
0 commit comments