diff options
| author | andvar <andvar@NetBSD.org> | 2023-05-23 10:22:42 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-05-23 10:22:42 +0000 |
| commit | f72d95f5c27f61d00bb7f6cd2c7ca8e0994cdb22 (patch) | |
| tree | 5b54000cae9e74866d04e6965728943bb2e5d66c /include | |
| parent | aa5cfeeb07af691e4d5016eab699bf2cefe6cd02 (diff) | |
s/configuratin/configuration/ in comment, from Brad Harder (bch) by email.
Diffstat (limited to 'include')
| -rw-r--r-- | include/arpa/nameser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 31f19f678b6..d760f7ec7ba 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -1,4 +1,4 @@ -/* $NetBSD: nameser.h,v 1.27 2021/12/08 20:50:01 andvar Exp $ */ +/* $NetBSD: nameser.h,v 1.28 2023/05/23 10:22:42 andvar Exp $ */ /* * Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC") @@ -343,7 +343,7 @@ typedef enum __ns_type { ns_t_rrsig = 46, /*%< RRset Signature */ ns_t_nsec = 47, /*%< Negative security */ ns_t_dnskey = 48, /*%< DNS Key */ - ns_t_dhcid = 49, /*%< Dynamic host configuratin identifier */ + ns_t_dhcid = 49, /*%< Dynamic host configuration identifier */ ns_t_nsec3 = 50, /*%< Negative security type 3 */ ns_t_nsec3param = 51, /*%< Negative security type 3 parameters */ ns_t_hip = 55, /*%< Host Identity Protocol */ |
