From fc9f029e5ae5c457762b5f218ea89c332eb35339 Mon Sep 17 00:00:00 2001 From: lojies Date: Sun, 18 Sep 2016 15:04:59 +0800 Subject: [PATCH] fix a spell mistake --- pkg/client/restclient/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/restclient/client.go b/pkg/client/restclient/client.go index 24ad1914e94..1ebd3d95055 100644 --- a/pkg/client/restclient/client.go +++ b/pkg/client/restclient/client.go @@ -54,7 +54,7 @@ type RESTClient struct { // contentConfig is the information used to communicate with the server. contentConfig ContentConfig - // serializers contain all serializers for undelying content type. + // serializers contain all serializers for underlying content type. serializers Serializers // creates BackoffManager that is passed to requests.