fix misspell

This commit is contained in:
fate-grand-order
2017-01-17 15:13:02 +08:00
committed by GitHub
parent 1202ed0c3e
commit a8a5538357
+1 -1
View File
@@ -142,7 +142,7 @@ func getEventRecorder(c *client.Client, nodeName, source string) record.EventRec
}
func getNodeRef(nodeName string) *api.ObjectReference {
// TODO(random-liu): Get node to initalize the node reference
// TODO(random-liu): Get node to initialize the node reference
return &api.ObjectReference{
Kind: "Node",
Name: nodeName,