From: David VaĊĦek Date: Thu, 14 Aug 2025 14:23:05 +0000 (+0200) Subject: fix typos in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93978ee8d5b3ffac72c847ec827eb106059968cb;p=thirdparty%2Fknot-dns.git fix typos in comments --- diff --git a/src/knot/zone/zone.h b/src/knot/zone/zone.h index 6b6eb79a48..0a8cf528de 100644 --- a/src/knot/zone/zone.h +++ b/src/knot/zone/zone.h @@ -274,8 +274,8 @@ void zone_timers_sanitize(conf_t *conf, zone_t *zone); typedef struct { bool address; //!< Fallback to next remote address is required. bool remote; //!< Fallback to next remote server is required. - bool trying_last; //!< This master try is for the same server as last time; - uint32_t pin_tol; //!< Configured mster pin tolerance (0 for no pin). + bool trying_last; //!< This master try is for the same server as last time. + uint32_t pin_tol; //!< Configured master pin tolerance (0 for no pin). } zone_master_fallback_t; typedef int (*zone_master_cb)(conf_t *conf, zone_t *zone, const conf_remote_t *remote,