From 0eb6f7c76181ce5753e2999bec8cb429a7114814 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Fri, 24 Dec 2021 01:05:13 +0000 Subject: [PATCH] Fix comment typo --- util/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/util.go b/util/util.go index 3691f88..d4cb239 100644 --- a/util/util.go +++ b/util/util.go @@ -74,7 +74,7 @@ func SplitDomainByFloatingAnchor(qname, anchor string) (subname, basename, rootn // scanning for rootname if v == anchor { if i == 0 { - // i is alreay zero, so we have something like bit.x.y.z. + // i is already zero, so we have something like bit.x.y.z. rootname = qname return }