From: Francois-Xavier Le Bail Date: Wed, 14 Jul 2021 09:14:16 +0000 (+0200) Subject: Fix a typo X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/5a76f1a5e206c5471482decf3f3a62c6279ceba2?ds=sidebyside Fix a typo [skip ci] --- diff --git a/nameser.h b/nameser.h index 2a1854fd..75e672b1 100644 --- a/nameser.h +++ b/nameser.h @@ -182,7 +182,7 @@ #define T_CDS 59 /* Child Delegation Signer */ #define T_CDNSKEY 60 /* Child DNSKEY */ #define T_OPENPGPKEY 61 /* OpenPGP KEY */ -#define T_CSYNC 62 /* Child to parent SYNCronization */ +#define T_CSYNC 62 /* Child to parent SYNChronization */ #define T_ZONEMD 63 /* ZONE data Message Digest */ #define T_SVCB 64 /* SerViCe Binding */ #define T_HTTPS 65 /* HTTPS binding */