Skip to content

Commit 9d6ec6a

Browse files
ashikjmk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
etcdserver: Fixing minor typos in v3election.proto and rpc.proto
Signed-off-by: Ashik J M <[email protected]>
1 parent 733bd9e commit 9d6ec6a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Documentation/dev-guide/apispec/swagger/rpc.swagger.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@
28472847
},
28482848
"storageVersion": {
28492849
"type": "string",
2850-
"description": "storageVersion is the version of the db file. It might be get updated with delay in relationship to the target cluster version."
2850+
"description": "storageVersion is the version of the db file. It might be updated with delay in relationship to the target cluster version."
28512851
},
28522852
"dbSizeQuota": {
28532853
"type": "string",

Documentation/dev-guide/apispec/swagger/v3election.swagger.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"name": {
319319
"type": "string",
320320
"format": "byte",
321-
"description": "name is the election identifier that correponds to the leadership key."
321+
"description": "name is the election identifier that corresponds to the leadership key."
322322
},
323323
"key": {
324324
"type": "string",

api/etcdserverpb/rpc.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/etcdserverpb/rpc.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ message StatusResponse {
11961196
int64 dbSizeInUse = 9 [(versionpb.etcd_version_field)="3.4"];
11971197
// isLearner indicates if the member is raft learner.
11981198
bool isLearner = 10 [(versionpb.etcd_version_field)="3.4"];
1199-
// storageVersion is the version of the db file. It might be get updated with delay in relationship to the target cluster version.
1199+
// storageVersion is the version of the db file. It might be updated with delay in relationship to the target cluster version.
12001200
string storageVersion = 11 [(versionpb.etcd_version_field)="3.6"];
12011201
// dbSizeQuota is the configured etcd storage quota in bytes (the value passed to etcd instance by flag --quota-backend-bytes)
12021202
int64 dbSizeQuota = 12 [(versionpb.etcd_version_field)="3.6"];

server/etcdserver/api/v3election/v3electionpb/v3election.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/etcdserver/api/v3election/v3electionpb/v3election.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ message CampaignResponse {
7676
}
7777

7878
message LeaderKey {
79-
// name is the election identifier that correponds to the leadership key.
79+
// name is the election identifier that corresponds to the leadership key.
8080
bytes name = 1;
8181
// key is an opaque key representing the ownership of the election. If the key
8282
// is deleted, then leadership is lost.

0 commit comments

Comments
 (0)