From 1fb630b7df7d65c436f7486266671f9eb942067c Mon Sep 17 00:00:00 2001 From: David Timber Date: Sat, 5 Nov 2022 19:19:30 +0800 Subject: Doc and source comment spelling check --- src/resolv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resolv.h') diff --git a/src/resolv.h b/src/resolv.h index 6e6d4f0..2862ed4 100644 --- a/src/resolv.h +++ b/src/resolv.h @@ -218,7 +218,7 @@ extern const prne_resolv_ns_pool_t PRNE_RESOLV_DEF_IPV6_POOL; // The DNS record types as per RFC 1035 3.2.2 and RFC 3596 #define PRNE_RESOLV_RTYPE_A 1 // A host address -#define PRNE_RESOLV_RTYPE_NS 2 // An authoritive name server +#define PRNE_RESOLV_RTYPE_NS 2 // An authoritative name server #define PRNE_RESOLV_RTYPE_CNAME 5 // The canonical name for an alias // Marks the start of a zone of authority #define PRNE_RESOLV_RTYPE_SOA 6 -- cgit