From 2fe5890d8b7fc7801d308dbb51bf29c57ee9a92b Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Thu, 10 Aug 2023 23:06:48 +0800 Subject: Fix typos (#6235) * Fix typos and add todo to fix spelling of dnsutil.MaximumDefaulTTL Signed-off-by: Zhizhen He --- test/presubmit_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/presubmit_test.go') 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) -- cgit v1.2.3