summaryrefslogtreecommitdiff
path: root/print-esp.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-08-28 21:28:24 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-08-28 21:29:50 +0200
commit699711dfb3ebdfb063c4718e94ae57d2ed6e3c47 (patch)
treed574667f1ab02e266e6a7d6a1fd191f36f198174 /print-esp.c
parent1fc4888a82b24d66188bee43a6afa4d95295cfbe (diff)
downloadtcpdump-699711dfb3ebdfb063c4718e94ae57d2ed6e3c47.tar.gz
Fix a typo
[skip ci]
Diffstat (limited to 'print-esp.c')
-rw-r--r--print-esp.c2
1 files changed, 1 insertions, 1 deletions
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;