]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: pointer
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:34:07 +0000 (17:34 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:16 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
ldns/resolver.h

index 3aeefce265e7e614c91a392f3989a2ab040d5fef..32619dd74ce8c9aa705e46859ca6733d9d2e1ad4 100644 (file)
@@ -730,7 +730,7 @@ ldns_status ldns_resolver_new_frm_fp_l(ldns_resolver **r, FILE *fp, int *line_nr
 ldns_status ldns_resolver_new_frm_file(ldns_resolver **r, const char *filename);
 
 /**
- * Frees the allocated space for this resolver. Only frees the resolver pionter! You should probably be using _deep_free.
+ * Frees the allocated space for this resolver. Only frees the resolver pointer! You should probably be using _deep_free.
  * \param res resolver to free
  */
 void ldns_resolver_free(ldns_resolver *res);