Skip to content

Commit 3fead04

Browse files
authored
Merge pull request #8344 from oscr/clusterctl-test-label
🌱 Fix spelling mistake in clusterctl comment
2 parents 56d222d + 9d647c2 commit 3fead04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clusterctl/client/tree/annotations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
GroupItemsSeparator = ", "
5252

5353
// ObjectZOrderAnnotation contains an integer that defines the sorting of child objects when the object tree is printed.
54-
// Objects are sorted by their z-order from highest to lowest, and then by their name in alphaebetical order if the
54+
// Objects are sorted by their z-order from highest to lowest, and then by their name in alphabetical order if the
5555
// z-order is the same. Objects with no z-order set are assumed to have a default z-order of 0.
5656
ObjectZOrderAnnotation = "tree.cluster.x-k8s.io.io/z-order"
5757
)

0 commit comments

Comments
 (0)