Merge pull request #50184 from jinzhejz/jinzhejz_typo

Automatic merge from submit-queue

fix typo in replenishment_controller.go

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

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #N/A

**Release note**:
```release-note
None
```
pull/6/head
Kubernetes Submit Queue 2017-08-07 05:52:19 -07:00 committed by GitHub
commit dbc81febc1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func PodReplenishmentUpdateFunc(options *ReplenishmentControllerOptions) func(ol
}
}
// ObjectReplenenishmentDeleteFunc will replenish on every delete
// ObjectReplenishmentDeleteFunc will replenish on every delete
func ObjectReplenishmentDeleteFunc(options *ReplenishmentControllerOptions) func(obj interface{}) {
return func(obj interface{}) {
metaObject, err := meta.Accessor(obj)