]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
fix typos in comments
authorDavid Vašek <david.vasek@nic.cz>
Thu, 14 Aug 2025 14:23:05 +0000 (16:23 +0200)
committerDavid Vašek <david.vasek@nic.cz>
Fri, 31 Oct 2025 09:57:27 +0000 (10:57 +0100)
src/knot/zone/zone.h

index 6b6eb79a487c2b250f932f710dbbebc9e883d9eb..0a8cf528de5a05feef0f1fdd284c2a22f3b51105 100644 (file)
@@ -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,