summaryrefslogtreecommitdiff
path: root/usr.bin/dig/lib/dns/rdata/generic
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 19:24:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-12-26 19:24:12 +0000
commit6bd501b2534cb74d21ebd7679625f9fb83f26ebb (patch)
treef603e58c47cd11da6ee55de9cdc2e99967931c0a /usr.bin/dig/lib/dns/rdata/generic
parent2b7bbbea205b05b534b3c63ffe3e424922d84867 (diff)
spelling fixes; from paul tagliamonte
ok florian
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata/generic')
-rw-r--r--usr.bin/dig/lib/dns/rdata/generic/naptr_35.c4
-rw-r--r--usr.bin/dig/lib/dns/rdata/generic/zonemd_63.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/dig/lib/dns/rdata/generic/naptr_35.c b/usr.bin/dig/lib/dns/rdata/generic/naptr_35.c
index 13064b48e39..3249fefd729 100644
--- a/usr.bin/dig/lib/dns/rdata/generic/naptr_35.c
+++ b/usr.bin/dig/lib/dns/rdata/generic/naptr_35.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: naptr_35.c,v 1.13 2020/09/14 08:40:43 florian Exp $ */
+/* $Id: naptr_35.c,v 1.14 2022/12/26 19:24:11 jmc Exp $ */
/* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */
@@ -27,7 +27,7 @@
/*
* Check the wire format of the Regexp field.
- * Don't allow embeded NUL's.
+ * Don't allow embedded NUL's.
*/
static inline isc_result_t
txt_valid_regex(const unsigned char *txt) {
diff --git a/usr.bin/dig/lib/dns/rdata/generic/zonemd_63.c b/usr.bin/dig/lib/dns/rdata/generic/zonemd_63.c
index cb9c3ca7657..dc24294172a 100644
--- a/usr.bin/dig/lib/dns/rdata/generic/zonemd_63.c
+++ b/usr.bin/dig/lib/dns/rdata/generic/zonemd_63.c
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zonemd_63.c,v 1.1 2021/04/02 06:37:40 florian Exp $ */
+/* $Id: zonemd_63.c,v 1.2 2022/12/26 19:24:11 jmc Exp $ */
/* RFC8976 */
@@ -84,7 +84,7 @@ fromwire_zonemd(ARGS_FROMWIRE) {
/*
* serial: 4
* scheme: 1
- * hash algorith: 1
+ * hash algorithm: 1
* digest: at least 1
*/
if (sr.length < 7)