From f14178dca5f1631f7571e071bed483b8fa75adef Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:35:07 -0400 Subject: [PATCH] spelling: whether Signed-off-by: Josh Soref --- configure.ac | 2 +- contrib/python/ldns_buffer.i | 2 +- keys.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 12f1405c..ce865548 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/contrib/python/ldns_buffer.i b/contrib/python/ldns_buffer.i index f9825c29..5c2d583b 100644 --- a/contrib/python/ldns_buffer.i +++ b/contrib/python/ldns_buffer.i @@ -483,7 +483,7 @@ :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 d8d18817..cfaf1a99 100644 --- 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); -- 2.47.3