/*!
* \brief Open the catalog LMDB, create it if not exists.
*
- * \param cat Catlog to be opened.
+ * \param cat Catalog to be opened.
*
* \return KNOT_E*
*/
* \brief Initialize KASP database according to conf, if not already.
*
* \param db KASP DB to be initialized.
- * \param conf COnfiguration to take options from.
+ * \param conf Configuration to take options from.
*/
void kasp_db_ensure_init(knot_lmdb_db_t *db, conf_t *conf);
borrow_zone = NULL;
borrow_key = NULL;
if (ret != KNOT_ESEMCHECK) {
- // all ok, we generated new kay and updated policy-last
+ // all ok, we generated new key and updated policy-last
return ret;
} else {
// another zone updated policy-last key in the meantime