From 256a1c44c35a7f51e663d7a1e495ed27ad477264 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 18:48:00 -0400 Subject: [PATCH] spelling: count Signed-off-by: Josh Soref --- contrib/python/ldns_key.i | 2 +- ldns/keys.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3