Skip to content

Commit 100aed2

Browse files
authored
fix typo (#1175)
1 parent 13aeda8 commit 100aed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/api/redpanda/v1alpha2/shadow_link_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const (
118118
// Shadow topic has been paused
119119
ShadowTopicStatePaused ShadowTopicState = "paused"
120120
// Shadow topic is in the process of failing over
121-
ShadowTopicStateFailingOver ShadowTopicState = "failng over"
121+
ShadowTopicStateFailingOver ShadowTopicState = "failing over"
122122
// Shadow topic is in the process of being promoted
123123
ShadowTopicStateFailedOver ShadowTopicState = "failed over"
124124
// Shadow topic is in the process of being promoted

0 commit comments

Comments
 (0)