From c302a72eb943debb5a24e77c709cac56bac78fb7 Mon Sep 17 00:00:00 2001 From: zhangxiaoyu-zidif Date: Thu, 3 Aug 2017 15:17:33 +0800 Subject: [PATCH] Fix comment of request.go --- staging/src/k8s.io/client-go/rest/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/client-go/rest/request.go b/staging/src/k8s.io/client-go/rest/request.go index 2d676cec06f..b90984043e6 100644 --- a/staging/src/k8s.io/client-go/rest/request.go +++ b/staging/src/k8s.io/client-go/rest/request.go @@ -429,7 +429,7 @@ func (r *Request) URL() *url.URL { // finalURLTemplate is similar to URL(), but will make all specific parameter values equal // - instead of name or namespace, "{name}" and "{namespace}" will be used, and all query // parameters will be reset. This creates a copy of the request so as not to change the -// underyling object. This means some useful request info (like the types of field +// underlying object. This means some useful request info (like the types of field // selectors in use) will be lost. // TODO: preserve field selector keys func (r Request) finalURLTemplate() url.URL {