From: Josh Soref Date: Sun, 13 Jun 2021 22:48:00 +0000 (-0400) Subject: spelling: count X-Git-Tag: 1.8.0-rc.1~25^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256a1c44c35a7f51e663d7a1e495ed27ad477264;p=thirdparty%2Fldns.git spelling: count Signed-off-by: Josh Soref --- diff --git a/contrib/python/ldns_key.i b/contrib/python/ldns_key.i index 57775f2c..dc67e67b 100644 --- a/contrib/python/ldns_key.i +++ b/contrib/python/ldns_key.i @@ -514,7 +514,7 @@ void _ldns_key_list_free (ldns_key_list* k) { """Set the keylist's key count to count. :param count: - the cuont + the count """ _ldns.ldns_key_list_set_key_count(self,count) #parameters: ldns_key_list *,size_t, diff --git a/ldns/keys.h b/ldns/keys.h index 81a0b46e..c222357a 100644 --- a/ldns/keys.h +++ b/ldns/keys.h @@ -431,7 +431,7 @@ void ldns_key_set_flags(ldns_key *k, uint16_t flags); /** * Set the keylist's key count to count * \param[in] key the key - * \param[in] count the cuont + * \param[in] count the count */ void ldns_key_list_set_key_count(ldns_key_list *key, size_t count);