mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
fix some comment typos
This commit is contained in:
parent
86f42c5adf
commit
e999b925fe
3 changed files with 3 additions and 3 deletions
|
|
@ -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*
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue