]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #574: Review fix for spelling.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Nov 2021 15:11:32 +0000 (16:11 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Nov 2021 15:11:32 +0000 (16:11 +0100)
doc/Changelog
smallapp/unbound-checkconf.c

index 04c495e970c2923f9f075c5d8878cf426c116b97..aa21d3515f9fbf2f0d38c6a2e42c858b8229e3f3 100644 (file)
@@ -6,6 +6,7 @@
          are used as value for interfaces:
        - Fix #574: Review fixes for it.
        - Fix #576: [FR] UB_* error codes in unbound.h
+       - Fix #574: Review fix for spelling.
 
 15 November 2021: Tom
        - Improve EDNS option handling, now also works for synthesised
index 768d5550bff95f0814281da1308161706fa8f8cd..dd7c81dc73f1100a38980fecd7c4257dceaf8e7f 100644 (file)
@@ -363,7 +363,7 @@ interfacechecks(struct config_file* cfg)
                for(j=0; j<num_resif[i]; j++) {
                        if(!extstrtoaddr(resif[i][j], &a, &alen)) {
                                if(strcmp(cfg->ifs[i], resif[i][j]) != 0)
-                                       fatal_exit("cannot parse interface address '%s' from the interace specified as '%s'",
+                                       fatal_exit("cannot parse interface address '%s' from the interface specified as '%s'",
                                                resif[i][j], cfg->ifs[i]);
                                else
                                        fatal_exit("cannot parse interface specified as '%s'",