]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
fix some comment typos
authorDavid Vašek <david.vasek@nic.cz>
Wed, 15 Oct 2025 16:56:06 +0000 (18:56 +0200)
committerDavid Vašek <david.vasek@nic.cz>
Wed, 20 May 2026 07:10:38 +0000 (09:10 +0200)
src/knot/catalog/catalog_db.h
src/knot/dnssec/kasp/kasp_db.h
src/knot/dnssec/key-events.c

index 1561185f71c9984b148d5163d92060278f104680..3ea35e4a6a877bf1c458a053fff05e69022238e5 100644 (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*
  */
index 1ace4314d370e3026dbb1f1af827f7ed57ff9b0a..983cdf28dc9a14888c19a3c4da6afde4a8ed259a 100644 (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);
 
index 5c7f42a3cd3ee6771d1949e301ba127f54b037ee..688e5510c4f42cff60730f936c2477aec457a00c 100644 (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