Skip to content

Commit

Permalink
spelling: emptiness
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and wtoorop committed Jun 14, 2021
1 parent c66e4ae commit bc81acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ldns-keyfetcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ retrieve_dnskeys(ldns_resolver *local_res, ldns_rdf *name, ldns_rr_type t,
/* remove the old nameserver from the resolver */
while((pop = ldns_resolver_pop_nameserver(res))) { ldns_rdf_deep_free(pop); }

/* also check for new_nss emptyness */
/* also check for new_nss emptiness */

if (!new_nss_aaaa && !new_nss_a) {
/*
Expand Down

0 comments on commit bc81acb

Please sign in to comment.