Fix some typos (#1515)

This commit is contained in:
Gordon Bergling 2023-09-28 11:18:10 +02:00 committed by GitHub
parent d30ad0a7fd
commit 23685cfbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5606,7 +5606,7 @@ evdns_getaddrinfo(struct evdns_base *dns_base,
/* Now try to see if we _can_ answer immediately. */
/* (It would be nice to do this by calling getaddrinfo directly, with
* AI_NUMERICHOST, on plaforms that have it, but we can't: there isn't
* AI_NUMERICHOST, on platforms that have it, but we can't: there isn't
* a reliable way to distinguish the "that wasn't a numeric host!" case
* from any other EAI_NONAME cases.) */
err = evutil_getaddrinfo_common_(nodename, servname, &hints, &res, &port);