mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Fix typos (#6235)
* Fix typos and add todo to fix spelling of dnsutil.MaximumDefaulTTL Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
@@ -260,7 +260,7 @@ func (w *testImportOrderingWalker) walk(path string, info os.FileInfo, _ error)
|
||||
}
|
||||
|
||||
// Ok, now that we have the type, let's see if all members adhere to it.
|
||||
// After that we check if the are in the right order.
|
||||
// After that we check if they are in the right order.
|
||||
for i := 0; i <= bl; i++ {
|
||||
for _, p := range blocks[i] {
|
||||
t := importtype(p.Path.Value)
|
||||
|
||||
Reference in New Issue
Block a user