From: Francois-Xavier Le Bail Date: Sun, 28 Aug 2022 19:28:24 +0000 (+0200) Subject: Fix a typo X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/699711dfb3ebdfb063c4718e94ae57d2ed6e3c47 Fix a typo [skip ci] --- diff --git a/print-esp.c b/print-esp.c index 0ddcca79..2cee0889 100644 --- a/print-esp.c +++ b/print-esp.c @@ -762,7 +762,7 @@ esp_print(netdissect_options *ndo, ND_PRINT(", length %u", length); #ifdef HAVE_LIBCRYPTO - /* initiailize SAs */ + /* initialize SAs */ if (ndo->ndo_sa_list_head == NULL) { if (!ndo->ndo_espsecret) return;