Skip to content

Commit a8a5538

Browse files
author
fate-grand-order
authored
fix misspell
1 parent 1202ed0 commit a8a5538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/problemclient/problem_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func getEventRecorder(c *client.Client, nodeName, source string) record.EventRec
142142
}
143143

144144
func getNodeRef(nodeName string) *api.ObjectReference {
145-
// TODO(random-liu): Get node to initalize the node reference
145+
// TODO(random-liu): Get node to initialize the node reference
146146
return &api.ObjectReference{
147147
Kind: "Node",
148148
Name: nodeName,

0 commit comments

Comments
 (0)