From bc8aa90fb92bddb60a5365ff314230fd70433042 Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 14 Nov 2023 08:23:57 -0500 Subject: [PATCH] typos --- src/lib/ares_sysconfig.c | 2 +- src/lib/ares_update_servers.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ares_sysconfig.c b/src/lib/ares_sysconfig.c index c3090ecd..53726993 100644 --- a/src/lib/ares_sysconfig.c +++ b/src/lib/ares_sysconfig.c @@ -283,7 +283,7 @@ static ULONG getBestRouteMetric(IF_LUID * const luid, /* Can't be const :( */ * Locates DNS info using GetAdaptersAddresses() function from the Internet * Protocol Helper (IP Helper) API. When located, this returns a pointer * in *outptr to a newly allocated memory area holding a null-terminated - * string with a space or comma seperated list of DNS IP addresses. + * string with a space or comma separated list of DNS IP addresses. * * Returns 0 and nullifies *outptr upon inability to return DNSes string. * diff --git a/src/lib/ares_update_servers.c b/src/lib/ares_update_servers.c index 8de80219..f46d3e4c 100644 --- a/src/lib/ares_update_servers.c +++ b/src/lib/ares_update_servers.c @@ -303,7 +303,7 @@ ares_status_t ares__sconfig_append_fromstr(ares__llist_t **sconfig, ares_status_t status; /* On Windows, there may be more than one nameserver specified in the same - * registry key, so we parse input as a space or comma seperated list. + * registry key, so we parse input as a space or comma separated list. */ for (p = str; p;) { unsigned short port;