Merge pull request #46488 from ailusazh/FixTypoInTaintContainer

Automatic merge from submit-queue (batch tested with PRs 43275, 45014, 46449, 46488, 46525)

fix typo in taint_controller

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

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

**Special notes for your reviewer**:
This commit is contained in:
Kubernetes Submit Queue 2017-05-30 07:49:07 -07:00 committed by GitHub
commit 93704942ad

View File

@ -61,7 +61,7 @@ type podUpdateItem struct {
newTolerations []v1.Toleration
}
// NoExecuteTaintManager listens to Taint/Toleration changes and is resposible for removing Pods
// NoExecuteTaintManager listens to Taint/Toleration changes and is responsible for removing Pods
// from Nodes tainted with NoExecute Taints.
type NoExecuteTaintManager struct {
client clientset.Interface