2
0
Эх сурвалжийг харах

dns: typo fixed (dns_a_resovle -> dns_a_resolve)

Iñaki Baz Castillo 14 жил өмнө
parent
commit
12cc6b39ec
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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;
 }