fix typo in taint_controller

pull/6/head
ailusazh 2017-05-26 13:58:31 +08:00
parent f006dcc9e1
commit 6082b87ca3
1 changed files with 1 additions and 1 deletions

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