Skip to content
Snippets Groups Projects
Commit a027684a authored by Martine Lenders's avatar Martine Lenders
Browse files

sock_dns: fix typo in doc

`s/fuction/function/` ;-)
parent d140aa1c
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ typedef struct { ...@@ -70,7 +70,7 @@ typedef struct {
* By supplying AF_INET, AF_INET6 or AF_UNSPEC in @p family requesting of A * 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. * 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. * AAAA are requested, AAAA will be preferred.
* *
* @note @p addr_out needs to provide space for any possible result! * @note @p addr_out needs to provide space for any possible result!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment