From: Josh Soref Date: Sun, 13 Jun 2021 21:35:07 +0000 (-0400) Subject: spelling: whether X-Git-Tag: 1.8.0-rc.1~25^2~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14178dca5f1631f7571e071bed483b8fa75adef;p=thirdparty%2Fldns.git spelling: whether Signed-off-by: Josh Soref --- 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);