Skip to content

Commit

Permalink
style: rename pakets to packets
Browse files Browse the repository at this point in the history
found by new codespell version

Signed-off-by: Ulrich Weber <ulrich.weber@gmail.com>
  • Loading branch information
uweber authored and streambinder committed Nov 9, 2023
1 parent 3cfc0de commit d20eec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpnc.c
Expand Up @@ -3152,7 +3152,7 @@ void process_late_ike(struct sa_block *s, uint8_t *r_packet, ssize_t r_length)
do_kill = -1;
return;
} else {
/* we should ignore resent pakets here.
/* we should ignore resent packets here.
* unpack_verify_phase2 will fail to decode them probably */
DEBUG(2,printf("processing as phase2\n"));
reject = unpack_verify_phase2(s, r_packet, r_length, &r, NULL, 0);
Expand Down

0 comments on commit d20eec6

Please sign in to comment.