Fix typo detected by lintian (#434)

typo in docs for ares_parse_uri_reply

Fix By: Gregor Jasny (@gjasny)
pull/436/head
Gregor Jasny 3 years ago committed by GitHub
parent 9bcdb6aec0
commit 79a45d70a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/ares_free_data.3

@ -62,7 +62,7 @@ will free the ares_soa_reply structure, along with any additional storage
associated with those structure.
.B ares_parse_uri_reply(3)
When used to free the data returned by ares_parse_uri_reply(3) this
will free list of ares_uri_reply structures, along with any aditional
will free list of ares_uri_reply structures, along with any additional
storage associated with those structure.
.SH RETURN VALUE
The ares_free_data() function does not return a value.

Loading…
Cancel
Save