Merge pull request #13895 from jhadvig/typos_fix

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-09-15 14:29:06 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -417,7 +417,7 @@ func (nc *NodeController) recordNodeStatusChange(node *api.Node, new_status stri
}
// For a given node checks its conditions and tries to update it. Returns grace period to which given node
// is entitled, state of current and last observed Ready Condition, and an error if it ocured.
// is entitled, state of current and last observed Ready Condition, and an error if it occurred.
func (nc *NodeController) tryUpdateNodeStatus(node *api.Node) (time.Duration, api.NodeCondition, *api.NodeCondition, error) {
var err error
var gracePeriod time.Duration