diff --git a/zone.go b/zone.go index 57cfc59..597b8ac 100644 --- a/zone.go +++ b/zone.go @@ -252,7 +252,7 @@ func (z *Zone) Lookup(name string, needle ...Type) ([]Set, bool, error) { } } - // return if there are not matches, but indicate that there are sets + // return if there are no matches, but indicate that there are sets // available for other types if len(result) == 0 { return nil, true, nil