From a027684a1e3c8855b7995a5d06a09eca5815d693 Mon Sep 17 00:00:00 2001 From: Martine Lenders <m.lenders@fu-berlin.de> Date: Fri, 22 Jun 2018 13:23:17 +0200 Subject: [PATCH] sock_dns: fix typo in doc `s/fuction/function/` ;-) --- sys/include/net/sock/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/sock/dns.h b/sys/include/net/sock/dns.h index d8417888b5..a1b39a4439 100644 --- a/sys/include/net/sock/dns.h +++ b/sys/include/net/sock/dns.h @@ -70,7 +70,7 @@ typedef struct { * By supplying AF_INET, AF_INET6 or AF_UNSPEC in @p family requesting of A * records (IPv4), AAAA records (IPv6) or both can be selected. * - * This fuction will return the first DNS record it receives. IF both A and + * This function will return the first DNS record it receives. IF both A and * AAAA are requested, AAAA will be preferred. * * @note @p addr_out needs to provide space for any possible result! -- GitLab