diff --git a/src/knot/conf/conf.h b/src/knot/conf/conf.h index 919194079d4edd8aba813ab33e635610fafce5ca..f84908c7808303573e8fbf28ed3daa0d0a533204 100644 --- a/src/knot/conf/conf.h +++ b/src/knot/conf/conf.h @@ -643,7 +643,7 @@ void conf_free_mod_id( * \param[in] txn Configuration DB transaction. * \param[in] zone Zone name. * - * \return Absolute zonef ile path string pointer. + * \return Absolute zone file path string pointer. */ char* conf_zonefile_txn( conf_t *conf, diff --git a/src/knot/zone/timers.h b/src/knot/zone/timers.h index 778b54e01ace3b3b128672fc992f224067cf9c36..d7bb05ce450df700000f758fa0f5bfaa600d8167 100644 --- a/src/knot/zone/timers.h +++ b/src/knot/zone/timers.h @@ -23,6 +23,7 @@ #include "knot/journal/knot_lmdb.h" #define LAST_NOTIFIED_SERIAL_VALID (1LLU << 32) + /*! * \brief Persistent zone timers. */