Merge pull request #9399 from miri64/sock_dns/doc/fix-spelling

sock_dns: fix typo in doc
This commit is contained in:
Martine Lenders 2018-06-22 13:32:20 +02:00 committed by GitHub
commit ffde933259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!