]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/resolve: fix a typo in verbose message
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 13 Aug 2018 16:08:24 +0000 (18:08 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 13 Aug 2018 16:08:24 +0000 (18:08 +0200)
lib/resolve.c

index cf7003815db0dd4269c5316960c8b20263489ace..7cf8e08aec0c3741da6a8c61d9c35d194c6700e0 100644 (file)
@@ -350,7 +350,7 @@ static int ns_resolve_addr(struct kr_query *qry, struct kr_request *param)
                        qry->flags.NO_MINIMIZE = true;
                        qry->flags.AWAIT_IPV6 = false;
                        qry->flags.AWAIT_IPV4 = false;
-                       VERBOSE_MSG(qry, "=> circular dependepcy, retrying with non-minimized name\n");
+                       VERBOSE_MSG(qry, "=> circular dependency, retrying with non-minimized name\n");
                } else {
                        qry->ns.reputation |= KR_NS_NOIP4 | KR_NS_NOIP6;
                        kr_nsrep_update_rep(&qry->ns, qry->ns.reputation, ctx->cache_rep);