fix some comment typos

This commit is contained in:
David Vašek 2025-10-15 18:56:06 +02:00
parent 86f42c5adf
commit e999b925fe
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ void catalog_init(catalog_t *cat, const char *path, size_t mapsize);
/*!
* \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*
*/

View file

@ -269,7 +269,7 @@ int kasp_db_set_saved_ttls(knot_lmdb_db_t *db, const knot_dname_t *zone,
* \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);

View file

@ -189,7 +189,7 @@ static int share_or_generate_key(kdnssec_ctx_t *ctx, kdnssec_generate_flags_t fl
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