From 79a45d70a4ff2ba34754ef5e7573f2c5c23e7cd7 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Tue, 26 Oct 2021 16:16:08 +0200 Subject: [PATCH] Fix typo detected by lintian (#434) typo in docs for ares_parse_uri_reply Fix By: Gregor Jasny (@gjasny) --- docs/ares_free_data.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ares_free_data.3 b/docs/ares_free_data.3 index 8d0d687a..18e83ce7 100644 --- a/docs/ares_free_data.3 +++ b/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.