From 7548b095bce9032b4f997b77dbf4965a875b7359 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Mon, 5 Mar 2018 16:12:49 +0100 Subject: [PATCH] Doxygen fixes --- src/getdns/getdns_extra.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/getdns/getdns_extra.h.in b/src/getdns/getdns_extra.h.in index 98abd0c2..34282643 100644 --- a/src/getdns/getdns_extra.h.in +++ b/src/getdns/getdns_extra.h.in @@ -591,7 +591,7 @@ getdns_context_set_logfunc(getdns_context *context, void *userarg, * to be created if it does not exist. When NULL is * given, the default location is used which is * ${HOME}/.getdns/ on Unix line systems (Linux, BSD's, - * MacOS), and %AppData%\getnds\ on Windows. + * MacOS), and %AppData%\getdns\ on Windows. * @return GETDNS_RETURN_GOOD when successful * @return GETDNS_RETURN_INVALID_PARAMETER when context was NULL. */ @@ -700,7 +700,7 @@ getdns_context_set_trust_anchors_verify_email( * @see getdns_context_get_resolvconf * @see getdns_context_set_hosts * @param[in] context The context to configure - * @param[in] resolvonf Defaults to /etc/resolv.conf + * @param[in] resolvconf Defaults to /etc/resolv.conf * @return GETDNS_RETURN_GOOD when successful and error code otherwise. */ getdns_return_t @@ -1228,7 +1228,7 @@ getdns_context_get_trust_anchors_verify_email( * @see getdns_context_set_resolvconf * @see getdns_context_get_hosts * @param[in] context The context to configure - * @param[out] resolvonf NULL if the context was not initialized with a + * @param[out] resolvconf NULL if the context was not initialized with a * resolv.conf file. * @return GETDNS_RETURN_GOOD when successful and error code otherwise. */