From 23685cfbd116ce83ec45dadf88a093eeb54f5f93 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Thu, 28 Sep 2023 11:18:10 +0200 Subject: [PATCH] Fix some typos (#1515) --- evdns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evdns.c b/evdns.c index 19efbde9..35d02e7e 100644 --- a/evdns.c +++ b/evdns.c @@ -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);