mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
Fix typos in 7 files: cased variants of sigon -> signon
This commit is contained in:
parent
4df4dcdf05
commit
eb280c7467
7 changed files with 23 additions and 23 deletions
|
|
@ -69,8 +69,8 @@ fn re_encode_test(input_file: &str) {
|
|||
assert_eq!(packet.packet_type(), re_decoded.packet_type());
|
||||
match (&packet, &re_decoded) {
|
||||
(
|
||||
Packet::Message(msg) | Packet::Sigon(msg),
|
||||
Packet::Message(re_msg) | Packet::Sigon(re_msg),
|
||||
Packet::Message(msg) | Packet::Signon(msg),
|
||||
Packet::Message(re_msg) | Packet::Signon(re_msg),
|
||||
) => {
|
||||
assert_eq!(msg.tick, re_msg.tick);
|
||||
assert_eq!(msg.meta, re_msg.meta);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue