Merge pull request #32989 from lojies/fixspellerr

Automatic merge from submit-queue

fix a spell mistake

**What this PR does / why we need it**:
fixed a spell mistake

**Which issue this PR fixes** :

**Special notes for your reviewer**:

**Release note**:
<!--  Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access) 
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. 
-->
```release-note
```
This commit is contained in:
Kubernetes Submit Queue 2016-09-19 11:41:00 -07:00 committed by GitHub
commit a089791f3e

View File

@ -54,7 +54,7 @@ type RESTClient struct {
// contentConfig is the information used to communicate with the server. // contentConfig is the information used to communicate with the server.
contentConfig ContentConfig contentConfig ContentConfig
// serializers contain all serializers for undelying content type. // serializers contain all serializers for underlying content type.
serializers Serializers serializers Serializers
// creates BackoffManager that is passed to requests. // creates BackoffManager that is passed to requests.