]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Mar 2022 15:07:23 +0000 (16:07 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 Mar 2022 15:07:23 +0000 (16:07 +0100)
doc/Changelog
sldns/str2wire.c

index ea01a80a955a719bed039e2876821eb72d16bc99..9d2d2604ef82485f1ebba611e990521f956a2d47 100644 (file)
@@ -1,3 +1,6 @@
+25 March 2022: Wouter
+       - Fix spelling error in comment in sldns_str2wire_svcparam_key_lookup.
+
 23 March 2022: Wouter
        - Fix #651: [FR] Better logging for refused queries.
 
index 5cfd3c5851c7b0aeea11471844ebe458190268cb..3cfff4bdecc89f27e574e05154cf7cb6f50cdf3b 100644 (file)
@@ -1127,7 +1127,7 @@ sldns_str2wire_svcparam_key_lookup(const char *key, size_t key_len)
                if (!strncmp(key, "mandatory", sizeof("mandatory")-1))
                        return SVCB_KEY_MANDATORY;
                if (!strncmp(key, "echconfig", sizeof("echconfig")-1))
-                       return SVCB_KEY_ECH; /* allow "echconfig as well as "ech" */
+                       return SVCB_KEY_ECH; /* allow "echconfig" as well as "ech" */
                break;
 
        case sizeof("alpn")-1: