Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
;;
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])
: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,
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);