Merge pull request #77 from fate-grand-order/master

fix misspell "initialize" in problem_client.go
This commit is contained in:
Lantao Liu
2017-01-17 08:00:11 -08:00
committed by GitHub
+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,