]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: count
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 22:48:00 +0000 (18:48 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
contrib/python/ldns_key.i
ldns/keys.h

index 57775f2cfef74c728f27f93302646e62b5db8322..dc67e67bf7740a2e68be02eb445715506c7c5917 100644 (file)
@@ -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,
index 81a0b46e70555a2fa967403e3efd272072102f1e..c222357ae91f35feab1db4a705644c258486d5ad 100644 (file)
@@ -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);