diff options
author | 2023-08-10 23:06:48 +0800 | |
---|---|---|
committer | 2023-08-10 11:06:48 -0400 | |
commit | 2fe5890d8b7fc7801d308dbb51bf29c57ee9a92b (patch) | |
tree | f4fbc4794fdd5036a09ed5bb2316d1e5bdb4badb /test/presubmit_test.go | |
parent | c657af467b4d5a81fdd296f0917213db71a3dd6d (diff) | |
download | coredns-2fe5890d8b7fc7801d308dbb51bf29c57ee9a92b.tar.gz coredns-2fe5890d8b7fc7801d308dbb51bf29c57ee9a92b.tar.zst coredns-2fe5890d8b7fc7801d308dbb51bf29c57ee9a92b.zip |
Fix typos (#6235)
* Fix typos and add todo to fix spelling of dnsutil.MaximumDefaulTTL
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
Diffstat (limited to 'test/presubmit_test.go')
-rw-r--r-- | test/presubmit_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/presubmit_test.go b/test/presubmit_test.go index a0b712e85..0d7dc4fcd 100644 --- a/test/presubmit_test.go +++ b/test/presubmit_test.go @@ -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) |