From 7f5f33cf4b6dbe12994405da599b0d5d2027c6fb Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Thu, 23 Feb 2017 22:09:20 +0800 Subject: [PATCH] fix misspell "underlying" in request.go Kubernetes-commit: 122ea2551202e5edb3e840a97518170e060c484f --- rest/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/request.go b/rest/request.go index b87ddaff..16188c8d 100644 --- a/rest/request.go +++ b/rest/request.go @@ -609,7 +609,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 {