]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 28 Aug 2022 19:28:24 +0000 (21:28 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 28 Aug 2022 19:29:50 +0000 (21:29 +0200)
[skip ci]

print-esp.c

index 0ddcca79c85c83a6aad05d1d9432e544a45db298..2cee08893a12a4f9d180e270c23733d5efa03fe9 100644 (file)
@@ -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;