Skip to content

Commit

Permalink
fix spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atwamahmoud committed Sep 26, 2023
1 parent 267476f commit c9880c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/utils/taints/taints_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ func TestFilterOutNodesWithStartupTaints(t *testing.T) {
},
},
},
"no startup taint, one node unready prefixed with startup taint prefix (Compatability)": {
"no startup taint, one node unready prefixed with startup taint prefix (Compatibility)": {
readyNodes: 0,
allNodes: 1,
startupTaints: map[string]bool{},
Expand Down

0 comments on commit c9880c3

Please sign in to comment.