From 8d09cb243f09704c39609499c4d07f27e3e2e39c Mon Sep 17 00:00:00 2001 From: Nguyen Quang Huy Date: Sun, 17 Feb 2019 15:31:12 +0700 Subject: Fix some typos (#2560) * Fix some typos Corect some words for reading more easily * Update NOERROR response code NOERROR is a response code so I revert the typo checking for it --- plugin/kubernetes/controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/kubernetes/controller.go') diff --git a/plugin/kubernetes/controller.go b/plugin/kubernetes/controller.go index 92cb3758a..1c2b7d8ad 100644 --- a/plugin/kubernetes/controller.go +++ b/plugin/kubernetes/controller.go @@ -47,7 +47,7 @@ type dnsController interface { type dnsControl struct { // Modified tracks timestamp of the most recent changes - // It needs to be first because it is guarnteed to be 8-byte + // It needs to be first because it is guaranteed to be 8-byte // aligned ( we use sync.LoadAtomic with this ) modified int64 -- cgit v1.2.3