]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: interpreted
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:33:34 +0000 (17:33 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:36:53 +0000 (11:36 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
ldns/util.h.in

index f02a390088bc79968e8f786acb44b9078b8aaa25..39bcbdbda186eeca00d13488a0126991c741273a 100644 (file)
@@ -280,7 +280,7 @@ time_t mktime_from_utc(const struct tm *tm);
  * fields of RRSIG records.
  *
  * \param[in] time number of seconds since epoch (midnight, January 1st, 1970)
- *            to be intepreted as a serial arithmetics number relative to now.
+ *            to be interpreted as a serial arithmetics number relative to now.
  * \param[in] now number of seconds since epoch (midnight, January 1st, 1970)
  *            to which the time value is compared to determine the final value.
  * \param[out] result the struct with the broken-out time information