Skip to content

Commit 40f2dfd

Browse files
committed
fix typo
1 parent dc758d2 commit 40f2dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helix-gateway/src/main/proto/HelixGatewayService.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ message SingleShardTransitionStatus {
2828

2929
message SingleResourceState {
3030
string resource = 1; // name of the resource
31-
repeated SingleShardState SingleReplicaState = 2; // State of each shard
31+
repeated SingleShardState SingleShardState = 2; // State of each shard
3232

3333
}
3434

3535
message SingleShardState {
36-
string shardaName = 1; // Name of the shard
36+
string shardName = 1; // Name of the shard
3737
string currentState = 2; // Current state of the shard
3838
}
3939

0 commit comments

Comments
 (0)