]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: whether
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:35:07 +0000 (17:35 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:22:31 +0000 (11:22 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
configure.ac
contrib/python/ldns_buffer.i
keys.c

index 12f1405c9c8f26d551916dc72114c221b01a1f52..ce865548c18f5841c4bf0241cfe751d15b8162c7 100644 (file)
@@ -380,7 +380,7 @@ case "$enable_sha2" in
         ;;
 esac
 
-# check wether gost also works
+# check whether gost also works
 AC_DEFUN([AC_CHECK_GOST_WORKS],
 [AC_REQUIRE([AC_PROG_CC])
 AC_MSG_CHECKING([if GOST works])
index f9825c2907b3e8519578f0a4ba5dd604d9d69ae2..5c2d583bea4df2984498d3437c6f700ee24a3267 100644 (file)
                :param amount: Amount to use.
                :type amount: positive integer
                :throws TypeError: When `amount` of non-integer type.
-               :return: (bool) hether this failed or succeeded.
+               :return: (bool) Whether this failed or succeeded.
             """
             return _ldns.ldns_buffer_reserve(self, amount)
             #parameters: ldns_buffer *, size_t,
diff --git a/keys.c b/keys.c
index d8d18817b5a6b6b9bc8b70bb210ed0e748f4ae9b..cfaf1a994ad68e2966ccfece33092f774a0eb421 100644 (file)
--- a/keys.c
+++ b/keys.c
@@ -84,7 +84,7 @@ ldns_key_new(void)
        if (!newkey) {
                return NULL;
        } else {
-               /* some defaults - not sure wether to do this */
+               /* some defaults - not sure whether to do this */
                ldns_key_set_use(newkey, true);
                ldns_key_set_flags(newkey, LDNS_KEY_ZONE_KEY);
                ldns_key_set_origttl(newkey, 0);