Skip to content

Commit

Permalink
Fix typo in "Ack Sequence Number" (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
solace-ccamden authored Sep 20, 2024
1 parent 5dfd572 commit 6b14ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smf/packet-assuredctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3004,7 +3004,7 @@ proto_register_assuredctrl(void)
"", HFILL }
},
{ &hf_assuredctrl_ackSequenceNum_param,
{ "Ack Seqeunce Number", "assuredctrl.ackSequenceNum",
{ "Ack Sequence Number", "assuredctrl.ackSequenceNum",
FT_UINT16, BASE_DEC, NULL, 0x0,
"", HFILL }
},
Expand Down

0 comments on commit 6b14ca6

Please sign in to comment.