From: Vladimír Čunát Date: Mon, 13 Aug 2018 16:08:24 +0000 (+0200) Subject: lib/resolve: fix a typo in verbose message X-Git-Tag: v3.0.0~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79dc6e84fb2ce0b4f5544a76a319a86e06e97ba;p=thirdparty%2Fknot-resolver.git lib/resolve: fix a typo in verbose message --- diff --git a/lib/resolve.c b/lib/resolve.c index cf7003815..7cf8e08ae 100644 --- a/lib/resolve.c +++ b/lib/resolve.c @@ -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);