Explorar o código

dns: typo fixed (dns_a_resovle -> dns_a_resolve)

Iñaki Baz Castillo %!s(int64=14) %!d(string=hai) anos
pai
achega
12cc6b39ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dns_cache.c

+ 1 - 1
dns_cache.c

@@ -2976,7 +2976,7 @@ inline static int dns_a_resolve( struct dns_hash_entry** e,
 		ret=-E_DNS_EOR;
 	}
 error:
-	DBG("dns_a_resovle(%.*s, %d) returning %d\n",
+	DBG("dns_a_resolve(%.*s, %d) returning %d\n",
 			name->len, name->s, *rr_no, ret);
 	return ret;
 }