From d20eec6371a17da428d951ac8e86ef898afc8ca9 Mon Sep 17 00:00:00 2001 From: Ulrich Weber Date: Wed, 8 Nov 2023 09:25:12 +0100 Subject: [PATCH] style: rename pakets to packets found by new codespell version Signed-off-by: Ulrich Weber --- src/vpnc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpnc.c b/src/vpnc.c index 27e0d7b..9661563 100644 --- a/src/vpnc.c +++ b/src/vpnc.c @@ -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);