mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
Misspell correction (#826)
Did a `misspell . | grep -v ^vendor` and fixed several typos. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
2
middleware/cache/freq/freq.go
vendored
2
middleware/cache/freq/freq.go
vendored
@@ -7,7 +7,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Freq tracks the frequence of things.
|
||||
// Freq tracks the frequencies of things.
|
||||
type Freq struct {
|
||||
// Last time we saw a query for this element.
|
||||
last time.Time
|
||||
|
||||
Reference in New Issue
Block a user