From 8a93a4fa6c05a5dd34586c25e62507502358f492 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Wed, 6 Sep 2023 16:34:33 +1200 Subject: [PATCH] s4:dns_server: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/dns_server/dnsserver_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/dns_server/dnsserver_common.c b/source4/dns_server/dnsserver_common.c index 2ce190e1cae..ad91f96340a 100644 --- a/source4/dns_server/dnsserver_common.c +++ b/source4/dns_server/dnsserver_common.c @@ -1540,7 +1540,7 @@ bool samba_dns_name_equal(const char *name1, const char *name2) * This becomes (NTTIME)-1ULL a.k.a. UINT64_MAX, 0xffffffffffffffff thence * 512409557 in hours since 1601. That in turn is 0xfffffffaf2028800 or * 18446744052000000000 in NTTIME (rounded to the hour), which might be - * presented as -21709551616 or -0x50dfd7800, because NTITME is not completely + * presented as -21709551616 or -0x50dfd7800, because NTTIME is not completely * dedicated to being unsigned. If it gets shown as a year, it will be around * 60055. *