From 5a1ca395b28efd6537f93f9615bc5c7ca401a9dd Mon Sep 17 00:00:00 2001 From: zackzhangkai Date: Mon, 17 Oct 2022 14:10:09 +0800 Subject: [PATCH] fix typo Signed-off-by: zackzhangkai --- staging/src/k8s.io/client-go/tools/auth/clientauth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/client-go/tools/auth/clientauth.go b/staging/src/k8s.io/client-go/tools/auth/clientauth.go index c810e69ea6c..5a256c1c3e7 100644 --- a/staging/src/k8s.io/client-go/tools/auth/clientauth.go +++ b/staging/src/k8s.io/client-go/tools/auth/clientauth.go @@ -32,7 +32,7 @@ Having a defined format allows: The file format is json, marshalled from a struct authcfg.Info. -Clinet libraries in other languages should use the same format. +Client libraries in other languages should use the same format. It is not intended to store general preferences, such as default namespace, output options, etc. CLIs (such as kubectl) and UIs should