Merge pull request #38595 from yarntime/fix_typo_storage

Automatic merge from submit-queue

fix typo

**What this PR does / why we need it**:
    fix typo.

**Release note**:

```NONE
```
This commit is contained in:
Kubernetes Submit Queue 2016-12-11 22:14:21 -08:00 committed by GitHub
commit f071c7701d

View File

@ -84,7 +84,7 @@ type VolumeIdentityMapper struct {
ps *apps.StatefulSet ps *apps.StatefulSet
} }
// SetIdentity sets storge identity on the pet. // SetIdentity sets storage identity on the pet.
func (v *VolumeIdentityMapper) SetIdentity(id string, pet *v1.Pod) { func (v *VolumeIdentityMapper) SetIdentity(id string, pet *v1.Pod) {
petVolumes := []v1.Volume{} petVolumes := []v1.Volume{}
petClaims := v.GetClaims(id) petClaims := v.GetClaims(id)